Shades of Pixie Green #B2CAA0
Tints of Pixie Green #B2CAA0
RGB
CMYK
RGB Variations
Color information
#B2CAA0 (or 0xB2CAA0) is known color: Pixie Green. HEX triplet: B2, CA and A0. RGB value is (178,202,160). Sum of RGB (Red+Green+Blue) = 178+202+160=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CAA0 is #4D355F. Grayscale: #BEBEBE. Windows color (decimal): -5059936 or 10537650. OLE color: 10537650.
HSL color Cylindrical-coordinate representation of color #B2CAA0: hue angle of 94.29º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2CAA0 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 202 | 160 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.21 |
| HSL | 94.29º | 0.28% | 0.71% | - |
| HSV(B) | 94.29º | 0.21% | 0.79% | - |
| XYZ | 45.83 | 54.24 | 41.31 | - |
| YUV | 190.04 | 111.05 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 160 | 0.12 | 0 | 0.21 | 0.21 | 94.29 | 0.28 | 0.71 |
| Hex | B2 | CA | A0 | C | 0 | 15 | 15 | 5E | 1C | 47 |
| Octal | 262 | 312 | 240 | 14 | 0 | 25 | 25 | 136 | 34 | 107 |
| Binary | 10110010 | 11001010 | 10100000 | 1100 | 0 | 10101 | 10101 | 1011110 | 11100 | 1000111 |
Color Harmonies of #B2CAA0
Complementary color
Monochromatic Colors of #B2CAA0
Black with #B2CAA0
Text Example
Text Example
White with #B2CAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CAA0; }
p { color: rgb(178,202,160); }
H1.HeaderClassName
{
color: #B2CAA0;
}
.AnyTagClassName
{
color: #B2CAA0;
}
</style>
background-color css
<style>
a { background-color: #B2CAA0; }
a { background-color: rgb(178,202,160); }
div.DivClassName
{
background-color: #B2CAA0;
}
.BgClassName
{
background-color: #B2CAA0;
}
</style>
border-color css
<style>
span { border-color: #B2CAA0; }
span { border-color: rgb(178,202,160); }
td.TdClassName
{
border-color: #B2CAA0;
}
.TagClassName
{
border-color: #B2CAA0;
}
</style>