Color: #B2C468
#B2C468 Color Information
#B2C468 is a light color. The closest websafe version is #B2C468. A complement of this color would be #7B68C4, perceived brightness is 0.71, and the grayscale version is #969696.
In the HSL color space, this color has a hue angle of 72°,a saturation of 44%, and a lightness of 59%.The HSV representation shows a hue of 72°, a saturation of 47%, and a value of 77%.
In a RGB color space, #B2C468 is composed of 70% red, 77% green and 41% blue. Whereas in a CMYK color space, it is composed of 9% cyan, 0% magenta, 47% yellow and 23% black.
In the Yxy color space, this color is represented as Y: 50.32, x: 0.3919, and y: 0.4623.
Color Code #B2C468
Shades of Color #B2C468
Shades are created by darkening the original color #B2C468 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #B2C468
Tints are created by lightening the original color #B2C468 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #B2C468 Color Code
In the HSL color space, this color has a hue angle of 72°, a saturation of 44%, and a lightness of 59%. The HSV representation shows a hue of 72°, a saturation of 47%, and a value of 77%.
- HEX: #B2C468
- RGB: rgb(178, 196, 104)
- HSL: hsl(72, 44%, 59%)
- HSV: hsv(72, 47%, 77%)
- CMYK: 9.00% cyan, 0.00% magenta, 47.00% yellow, 23.00% black
- XYZ: 42.65, 50.32, 15.87
- Yxy: 50.32, 0.3919, 0.4623
- Hunter Lab: 76.26, -16.72, 43.64
- CIE-Lab: 76.26, -16.72, 43.64
In the XYZ color space, this color is represented as X: 42.65, Y: 50.32, Z: 15.87. The Yxy representation further refines this as Y: 50.32, x: 0.3919, and y: 0.4623.
In the Hunter Lab color space, this color is represented as L: 76.26, a: -16.72, and b: 43.64. Similarly, in the CIE-Lab color space, it is represented as L: 76.26, a: -16.72, and b: 43.64.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #B2C468
Triadic colors are three colors evenly spaced around the color wheel, including #B2C468. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #B2C468
Split complementary colors are two colors adjacent to the complementary color of #B2C468. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #B2C468
Monochromatic colors are variations of #B2C468, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B2C468
The complementary color of #B2C468 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #B2C468
/* Using HEX */ body { background-color: #b2c468; }
/* Using RGB */ body { background-color: rgb(178, 196, 104); }
/* Using RGB with opacity */ body { background-color: rgba(178, 196, 104, 0.5); }
/* Using HSL */ body { background-color: hsl(72, 44%, 59%); }
/* Text color */ p { color: #b2c468; }
/* Box shadow */ div { box-shadow: 4px 4px #b2c468; }
/* Border color */ .box { border: 4px solid #b2c468; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b2c468; }
/* Background with text */ div { background: #b2c468; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B2C468
<!-- Using HEX --> <div style="background-color: #b2c468; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(178, 196, 104); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(178, 196, 104, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(72, 44%, 59%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b2c468;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b2c468; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b2c468; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b2c468;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b2c468; color: #fff; padding: 16px; border-radius: 8px;"> #B2C468 </div>
Related Colors of #B2C468
These colors are similar to #B2C468, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.