Shades of Pixie Green #B9DB9B
Tints of Pixie Green #B9DB9B
RGB
CMYK
RGB Variations
Color information
#B9DB9B (or 0xB9DB9B) is known color: Pixie Green. HEX triplet: B9, DB and 9B. RGB value is (185,219,155). Sum of RGB (Red+Green+Blue) = 185+219+155=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 155 (60.94% from 255 or 27.73% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DB9B is #462464. Grayscale: #C9C9C9. Windows color (decimal): -4596837 or 10214329. OLE color: 10214329.
HSL color Cylindrical-coordinate representation of color #B9DB9B: hue angle of 91.88º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9DB9B is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 219 | 155 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.14 |
| HSL | 91.88º | 0.47% | 0.73% | - |
| HSV(B) | 91.88º | 0.29% | 0.86% | - |
| XYZ | 51.26 | 63.34 | 40.54 | - |
| YUV | 201.54 | 101.74 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 219 | 155 | 0.16 | 0 | 0.29 | 0.14 | 91.88 | 0.47 | 0.73 |
| Hex | B9 | DB | 9B | 10 | 0 | 1D | E | 5C | 2F | 49 |
| Octal | 271 | 333 | 233 | 20 | 0 | 35 | 16 | 134 | 57 | 111 |
| Binary | 10111001 | 11011011 | 10011011 | 10000 | 0 | 11101 | 1110 | 1011100 | 101111 | 1001001 |
Color Harmonies of #B9DB9B
Complementary color
Monochromatic Colors of #B9DB9B
Black with #B9DB9B
Text Example
Text Example
White with #B9DB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DB9B; }
p { color: rgb(185,219,155); }
H1.HeaderClassName
{
color: #B9DB9B;
}
.AnyTagClassName
{
color: #B9DB9B;
}
</style>
background-color css
<style>
a { background-color: #B9DB9B; }
a { background-color: rgb(185,219,155); }
div.DivClassName
{
background-color: #B9DB9B;
}
.BgClassName
{
background-color: #B9DB9B;
}
</style>
border-color css
<style>
span { border-color: #B9DB9B; }
span { border-color: rgb(185,219,155); }
td.TdClassName
{
border-color: #B9DB9B;
}
.TagClassName
{
border-color: #B9DB9B;
}
</style>