Shades of Pixie Green #BBD99B
Tints of Pixie Green #BBD99B
RGB
CMYK
RGB Variations
Color information
#BBD99B (or 0xBBD99B) is known color: Pixie Green. HEX triplet: BB, D9 and 9B. RGB value is (187,217,155). Sum of RGB (Red+Green+Blue) = 187+217+155=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 155 (60.94% from 255 or 27.73% from 559); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD99B is #442664. Grayscale: #C9C9C9. Windows color (decimal): -4466277 or 10213819. OLE color: 10213819.
HSL color Cylindrical-coordinate representation of color #BBD99B: hue angle of 89.03º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBD99B is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 217 | 155 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.15 |
| HSL | 89.03º | 0.45% | 0.73% | - |
| HSV(B) | 89.03º | 0.29% | 0.85% | - |
| XYZ | 51.22 | 62.56 | 40.39 | - |
| YUV | 200.96 | 102.06 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 217 | 155 | 0.14 | 0 | 0.29 | 0.15 | 89.03 | 0.45 | 0.73 |
| Hex | BB | D9 | 9B | E | 0 | 1D | F | 59 | 2D | 49 |
| Octal | 273 | 331 | 233 | 16 | 0 | 35 | 17 | 131 | 55 | 111 |
| Binary | 10111011 | 11011001 | 10011011 | 1110 | 0 | 11101 | 1111 | 1011001 | 101101 | 1001001 |
Color Harmonies of #BBD99B
Complementary color
Monochromatic Colors of #BBD99B
Black with #BBD99B
Text Example
Text Example
White with #BBD99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD99B; }
p { color: rgb(187,217,155); }
H1.HeaderClassName
{
color: #BBD99B;
}
.AnyTagClassName
{
color: #BBD99B;
}
</style>
background-color css
<style>
a { background-color: #BBD99B; }
a { background-color: rgb(187,217,155); }
div.DivClassName
{
background-color: #BBD99B;
}
.BgClassName
{
background-color: #BBD99B;
}
</style>
border-color css
<style>
span { border-color: #BBD99B; }
span { border-color: rgb(187,217,155); }
td.TdClassName
{
border-color: #BBD99B;
}
.TagClassName
{
border-color: #BBD99B;
}
</style>