Shades of Pixie Green #BBDB9A
Tints of Pixie Green #BBDB9A
RGB
CMYK
RGB Variations
Color information
#BBDB9A (or 0xBBDB9A) is known color: Pixie Green. HEX triplet: BB, DB and 9A. RGB value is (187,219,154). Sum of RGB (Red+Green+Blue) = 187+219+154=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 154 (60.55% from 255 or 27.5% from 560); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDB9A is #442465. Grayscale: #CACACA. Windows color (decimal): -4465766 or 10148795. OLE color: 10148795.
HSL color Cylindrical-coordinate representation of color #BBDB9A: hue angle of 89.54º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBDB9A is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 154 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.14 |
| HSL | 89.54º | 0.47% | 0.73% | - |
| HSV(B) | 89.54º | 0.3% | 0.86% | - |
| XYZ | 51.66 | 63.56 | 40.12 | - |
| YUV | 202.02 | 100.9 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 154 | 0.15 | 0 | 0.30 | 0.14 | 89.54 | 0.47 | 0.73 |
| Hex | BB | DB | 9A | F | 0 | 1E | E | 5A | 2F | 49 |
| Octal | 273 | 333 | 232 | 17 | 0 | 36 | 16 | 132 | 57 | 111 |
| Binary | 10111011 | 11011011 | 10011010 | 1111 | 0 | 11110 | 1110 | 1011010 | 101111 | 1001001 |
Color Harmonies of #BBDB9A
Complementary color
Monochromatic Colors of #BBDB9A
Black with #BBDB9A
Text Example
Text Example
White with #BBDB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB9A; }
p { color: rgb(187,219,154); }
H1.HeaderClassName
{
color: #BBDB9A;
}
.AnyTagClassName
{
color: #BBDB9A;
}
</style>
background-color css
<style>
a { background-color: #BBDB9A; }
a { background-color: rgb(187,219,154); }
div.DivClassName
{
background-color: #BBDB9A;
}
.BgClassName
{
background-color: #BBDB9A;
}
</style>
border-color css
<style>
span { border-color: #BBDB9A; }
span { border-color: rgb(187,219,154); }
td.TdClassName
{
border-color: #BBDB9A;
}
.TagClassName
{
border-color: #BBDB9A;
}
</style>