Shades of Pixie Green #B9CCA2
Tints of Pixie Green #B9CCA2
RGB
CMYK
RGB Variations
Color information
#B9CCA2 (or 0xB9CCA2) is known color: Pixie Green. HEX triplet: B9, CC and A2. RGB value is (185,204,162). Sum of RGB (Red+Green+Blue) = 185+204+162=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 162 (63.67% from 255 or 29.40% from 551); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CCA2 is #46335D. Grayscale: #C1C1C1. Windows color (decimal): -4600670 or 10669241. OLE color: 10669241.
HSL color Cylindrical-coordinate representation of color #B9CCA2: hue angle of 87.14º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9CCA2 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
RGB | 185 | 204 | 162 | - |
CMYK | 0.09 | 0 | 0.21 | 0.2 |
HSL | 87.14º | 0.29% | 0.72% | - |
HSV(B) | 87.14º | 0.21% | 0.8% | - |
XYZ | 48.12 | 56.11 | 42.48 | - |
YUV | 193.53 | 110.21 | 121.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 204 | 162 | 0.09 | 0 | 0.21 | 0.2 | 87.14 | 0.29 | 0.72 |
Hex | B9 | CC | A2 | 9 | 0 | 15 | 14 | 57 | 1D | 48 |
Octal | 271 | 314 | 242 | 11 | 0 | 25 | 24 | 127 | 35 | 110 |
Binary | 10111001 | 11001100 | 10100010 | 1001 | 0 | 10101 | 10100 | 1010111 | 11101 | 1001000 |
Color Harmonies of #B9CCA2
Complementary color
Monochromatic Colors of #B9CCA2
Black with #B9CCA2
Text Example
Text Example
White with #B9CCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CCA2; }
p { color: rgb(185,204,162); }
H1.HeaderClassName
{
color: #B9CCA2;
}
.AnyTagClassName
{
color: #B9CCA2;
}
</style>
background-color css
<style>
a { background-color: #B9CCA2; }
a { background-color: rgb(185,204,162); }
div.DivClassName
{
background-color: #B9CCA2;
}
.BgClassName
{
background-color: #B9CCA2;
}
</style>
border-color css
<style>
span { border-color: #B9CCA2; }
span { border-color: rgb(185,204,162); }
td.TdClassName
{
border-color: #B9CCA2;
}
.TagClassName
{
border-color: #B9CCA2;
}
</style>