Shades of Pixie Green #B9DD9C
Tints of Pixie Green #B9DD9C
RGB
CMYK
RGB Variations
Color information
#B9DD9C (or 0xB9DD9C) is known color: Pixie Green. HEX triplet: B9, DD and 9C. RGB value is (185,221,156). Sum of RGB (Red+Green+Blue) = 185+221+156=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 156 (61.33% from 255 or 27.76% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DD9C is #462263. Grayscale: #CBCBCB. Windows color (decimal): -4596324 or 10280377. OLE color: 10280377.
HSL color Cylindrical-coordinate representation of color #B9DD9C: hue angle of 93.23º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9DD9C is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 221 | 156 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.13 |
| HSL | 93.23º | 0.49% | 0.74% | - |
| HSV(B) | 93.23º | 0.29% | 0.87% | - |
| XYZ | 51.86 | 64.43 | 41.15 | - |
| YUV | 202.83 | 101.57 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 221 | 156 | 0.16 | 0 | 0.29 | 0.13 | 93.23 | 0.49 | 0.74 |
| Hex | B9 | DD | 9C | 10 | 0 | 1D | D | 5D | 31 | 4A |
| Octal | 271 | 335 | 234 | 20 | 0 | 35 | 15 | 135 | 61 | 112 |
| Binary | 10111001 | 11011101 | 10011100 | 10000 | 0 | 11101 | 1101 | 1011101 | 110001 | 1001010 |
Color Harmonies of #B9DD9C
Complementary color
Monochromatic Colors of #B9DD9C
Black with #B9DD9C
Text Example
Text Example
White with #B9DD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DD9C; }
p { color: rgb(185,221,156); }
H1.HeaderClassName
{
color: #B9DD9C;
}
.AnyTagClassName
{
color: #B9DD9C;
}
</style>
background-color css
<style>
a { background-color: #B9DD9C; }
a { background-color: rgb(185,221,156); }
div.DivClassName
{
background-color: #B9DD9C;
}
.BgClassName
{
background-color: #B9DD9C;
}
</style>
border-color css
<style>
span { border-color: #B9DD9C; }
span { border-color: rgb(185,221,156); }
td.TdClassName
{
border-color: #B9DD9C;
}
.TagClassName
{
border-color: #B9DD9C;
}
</style>