Shades of Pixie Green #B5CAA4
Tints of Pixie Green #B5CAA4
RGB
CMYK
RGB Variations
Color information
#B5CAA4 (or 0xB5CAA4) is known color: Pixie Green. HEX triplet: B5, CA and A4. RGB value is (181,202,164). Sum of RGB (Red+Green+Blue) = 181+202+164=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 164 (64.45% from 255 or 29.98% from 547); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CAA4 is #4A355B. Grayscale: #BFBFBF. Windows color (decimal): -4863324 or 10799797. OLE color: 10799797.
HSL color Cylindrical-coordinate representation of color #B5CAA4: hue angle of 93.16º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5CAA4 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
RGB | 181 | 202 | 164 | - |
CMYK | 0.10 | 0 | 0.19 | 0.21 |
HSL | 93.16º | 0.26% | 0.72% | - |
HSV(B) | 93.16º | 0.19% | 0.79% | - |
XYZ | 46.88 | 54.75 | 43.22 | - |
YUV | 191.39 | 112.54 | 120.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 202 | 164 | 0.10 | 0 | 0.19 | 0.21 | 93.16 | 0.26 | 0.72 |
Hex | B5 | CA | A4 | A | 0 | 13 | 15 | 5D | 1A | 48 |
Octal | 265 | 312 | 244 | 12 | 0 | 23 | 25 | 135 | 32 | 110 |
Binary | 10110101 | 11001010 | 10100100 | 1010 | 0 | 10011 | 10101 | 1011101 | 11010 | 1001000 |
Color Harmonies of #B5CAA4
Complementary color
Monochromatic Colors of #B5CAA4
Black with #B5CAA4
Text Example
Text Example
White with #B5CAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CAA4; }
p { color: rgb(181,202,164); }
H1.HeaderClassName
{
color: #B5CAA4;
}
.AnyTagClassName
{
color: #B5CAA4;
}
</style>
background-color css
<style>
a { background-color: #B5CAA4; }
a { background-color: rgb(181,202,164); }
div.DivClassName
{
background-color: #B5CAA4;
}
.BgClassName
{
background-color: #B5CAA4;
}
</style>
border-color css
<style>
span { border-color: #B5CAA4; }
span { border-color: rgb(181,202,164); }
td.TdClassName
{
border-color: #B5CAA4;
}
.TagClassName
{
border-color: #B5CAA4;
}
</style>