Shades of Pixie Green #BBD49F
Tints of Pixie Green #BBD49F
RGB
CMYK
RGB Variations
Color information
#BBD49F (or 0xBBD49F) is known color: Pixie Green. HEX triplet: BB, D4 and 9F. RGB value is (187,212,159). Sum of RGB (Red+Green+Blue) = 187+212+159=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 212 (83.20% from 255 or 37.99% from 558); Blue value is 159 (62.5% from 255 or 28.49% from 558); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD49F is #442B60. Grayscale: #C6C6C6. Windows color (decimal): -4467553 or 10474683. OLE color: 10474683.
HSL color Cylindrical-coordinate representation of color #BBD49F: hue angle of 88.3º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBD49F is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 212 | 159 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.17 |
| HSL | 88.3º | 0.38% | 0.73% | - |
| HSV(B) | 88.3º | 0.25% | 0.83% | - |
| XYZ | 50.3 | 60.15 | 41.76 | - |
| YUV | 198.48 | 105.72 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 159 | 0.12 | 0 | 0.25 | 0.17 | 88.3 | 0.38 | 0.73 |
| Hex | BB | D4 | 9F | C | 0 | 19 | 11 | 58 | 26 | 49 |
| Octal | 273 | 324 | 237 | 14 | 0 | 31 | 21 | 130 | 46 | 111 |
| Binary | 10111011 | 11010100 | 10011111 | 1100 | 0 | 11001 | 10001 | 1011000 | 100110 | 1001001 |
Color Harmonies of #BBD49F
Complementary color
Monochromatic Colors of #BBD49F
Black with #BBD49F
Text Example
Text Example
White with #BBD49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD49F; }
p { color: rgb(187,212,159); }
H1.HeaderClassName
{
color: #BBD49F;
}
.AnyTagClassName
{
color: #BBD49F;
}
</style>
background-color css
<style>
a { background-color: #BBD49F; }
a { background-color: rgb(187,212,159); }
div.DivClassName
{
background-color: #BBD49F;
}
.BgClassName
{
background-color: #BBD49F;
}
</style>
border-color css
<style>
span { border-color: #BBD49F; }
span { border-color: rgb(187,212,159); }
td.TdClassName
{
border-color: #BBD49F;
}
.TagClassName
{
border-color: #BBD49F;
}
</style>