Shades of Pixie Green #BBD49D
Tints of Pixie Green #BBD49D
RGB
CMYK
RGB Variations
Color information
#BBD49D (or 0xBBD49D) is known color: Pixie Green. HEX triplet: BB, D4 and 9D. RGB value is (187,212,157). Sum of RGB (Red+Green+Blue) = 187+212+157=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 157 (61.72% from 255 or 28.24% from 556); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD49D is #442B62. Grayscale: #C6C6C6. Windows color (decimal): -4467555 or 10343611. OLE color: 10343611.
HSL color Cylindrical-coordinate representation of color #BBD49D: hue angle of 87.27º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBD49D is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 212 | 157 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.17 |
| HSL | 87.27º | 0.39% | 0.72% | - |
| HSV(B) | 87.27º | 0.26% | 0.83% | - |
| XYZ | 50.12 | 60.09 | 40.85 | - |
| YUV | 198.26 | 104.72 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 157 | 0.12 | 0 | 0.26 | 0.17 | 87.27 | 0.39 | 0.72 |
| Hex | BB | D4 | 9D | C | 0 | 1A | 11 | 57 | 27 | 48 |
| Octal | 273 | 324 | 235 | 14 | 0 | 32 | 21 | 127 | 47 | 110 |
| Binary | 10111011 | 11010100 | 10011101 | 1100 | 0 | 11010 | 10001 | 1010111 | 100111 | 1001000 |
Color Harmonies of #BBD49D
Complementary color
Monochromatic Colors of #BBD49D
Black with #BBD49D
Text Example
Text Example
White with #BBD49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD49D; }
p { color: rgb(187,212,157); }
H1.HeaderClassName
{
color: #BBD49D;
}
.AnyTagClassName
{
color: #BBD49D;
}
</style>
background-color css
<style>
a { background-color: #BBD49D; }
a { background-color: rgb(187,212,157); }
div.DivClassName
{
background-color: #BBD49D;
}
.BgClassName
{
background-color: #BBD49D;
}
</style>
border-color css
<style>
span { border-color: #BBD49D; }
span { border-color: rgb(187,212,157); }
td.TdClassName
{
border-color: #BBD49D;
}
.TagClassName
{
border-color: #BBD49D;
}
</style>