Shades of Pixie Green #B9DC9C
Tints of Pixie Green #B9DC9C
RGB
CMYK
RGB Variations
Color information
#B9DC9C (or 0xB9DC9C) is known color: Pixie Green. HEX triplet: B9, DC and 9C. RGB value is (185,220,156). Sum of RGB (Red+Green+Blue) = 185+220+156=561 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.98% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DC9C is #462363. Grayscale: #CACACA. Windows color (decimal): -4596580 or 10280121. OLE color: 10280121.
HSL color Cylindrical-coordinate representation of color #B9DC9C: hue angle of 92.81º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9DC9C is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 220 | 156 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.14 |
| HSL | 92.81º | 0.48% | 0.74% | - |
| HSV(B) | 92.81º | 0.29% | 0.86% | - |
| XYZ | 51.6 | 63.9 | 41.07 | - |
| YUV | 202.24 | 101.9 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 156 | 0.16 | 0 | 0.29 | 0.14 | 92.81 | 0.48 | 0.74 |
| Hex | B9 | DC | 9C | 10 | 0 | 1D | E | 5D | 30 | 4A |
| Octal | 271 | 334 | 234 | 20 | 0 | 35 | 16 | 135 | 60 | 112 |
| Binary | 10111001 | 11011100 | 10011100 | 10000 | 0 | 11101 | 1110 | 1011101 | 110000 | 1001010 |
Color Harmonies of #B9DC9C
Complementary color
Monochromatic Colors of #B9DC9C
Black with #B9DC9C
Text Example
Text Example
White with #B9DC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DC9C; }
p { color: rgb(185,220,156); }
H1.HeaderClassName
{
color: #B9DC9C;
}
.AnyTagClassName
{
color: #B9DC9C;
}
</style>
background-color css
<style>
a { background-color: #B9DC9C; }
a { background-color: rgb(185,220,156); }
div.DivClassName
{
background-color: #B9DC9C;
}
.BgClassName
{
background-color: #B9DC9C;
}
</style>
border-color css
<style>
span { border-color: #B9DC9C; }
span { border-color: rgb(185,220,156); }
td.TdClassName
{
border-color: #B9DC9C;
}
.TagClassName
{
border-color: #B9DC9C;
}
</style>