Shades of Pixie Green #BDDD9A
Tints of Pixie Green #BDDD9A
RGB
CMYK
RGB Variations
Color information
#BDDD9A (or 0xBDDD9A) is known color: Pixie Green. HEX triplet: BD, DD and 9A. RGB value is (189,221,154). Sum of RGB (Red+Green+Blue) = 189+221+154=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 154 (60.55% from 255 or 27.30% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDD9A is #422265. Grayscale: #CCCCCC. Windows color (decimal): -4334182 or 10149309. OLE color: 10149309.
HSL color Cylindrical-coordinate representation of color #BDDD9A: hue angle of 88.66º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDDD9A is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 154 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.13 |
| HSL | 88.66º | 0.5% | 0.74% | - |
| HSV(B) | 88.66º | 0.3% | 0.87% | - |
| XYZ | 52.68 | 64.86 | 40.32 | - |
| YUV | 203.79 | 99.9 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 154 | 0.14 | 0 | 0.30 | 0.13 | 88.66 | 0.5 | 0.74 |
| Hex | BD | DD | 9A | E | 0 | 1E | D | 59 | 32 | 4A |
| Octal | 275 | 335 | 232 | 16 | 0 | 36 | 15 | 131 | 62 | 112 |
| Binary | 10111101 | 11011101 | 10011010 | 1110 | 0 | 11110 | 1101 | 1011001 | 110010 | 1001010 |
Color Harmonies of #BDDD9A
Complementary color
Monochromatic Colors of #BDDD9A
Black with #BDDD9A
Text Example
Text Example
White with #BDDD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD9A; }
p { color: rgb(189,221,154); }
H1.HeaderClassName
{
color: #BDDD9A;
}
.AnyTagClassName
{
color: #BDDD9A;
}
</style>
background-color css
<style>
a { background-color: #BDDD9A; }
a { background-color: rgb(189,221,154); }
div.DivClassName
{
background-color: #BDDD9A;
}
.BgClassName
{
background-color: #BDDD9A;
}
</style>
border-color css
<style>
span { border-color: #BDDD9A; }
span { border-color: rgb(189,221,154); }
td.TdClassName
{
border-color: #BDDD9A;
}
.TagClassName
{
border-color: #BDDD9A;
}
</style>