Shades of Pixie Green #BBD39D
Tints of Pixie Green #BBD39D
RGB
CMYK
RGB Variations
Color information
#BBD39D (or 0xBBD39D) is known color: Pixie Green. HEX triplet: BB, D3 and 9D. RGB value is (187,211,157). Sum of RGB (Red+Green+Blue) = 187+211+157=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 211 (82.81% from 255 or 38.02% from 555); Blue value is 157 (61.72% from 255 or 28.29% from 555); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD39D is #442C62. Grayscale: #C5C5C5. Windows color (decimal): -4467811 or 10343355. OLE color: 10343355.
HSL color Cylindrical-coordinate representation of color #BBD39D: hue angle of 86.67º degrees, saturation: 0.38, 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 #BBD39D is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 157 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.17 |
| HSL | 86.67º | 0.38% | 0.72% | - |
| HSV(B) | 86.67º | 0.26% | 0.83% | - |
| XYZ | 49.87 | 59.59 | 40.77 | - |
| YUV | 197.67 | 105.05 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 157 | 0.11 | 0 | 0.26 | 0.17 | 86.67 | 0.38 | 0.72 |
| Hex | BB | D3 | 9D | B | 0 | 1A | 11 | 57 | 26 | 48 |
| Octal | 273 | 323 | 235 | 13 | 0 | 32 | 21 | 127 | 46 | 110 |
| Binary | 10111011 | 11010011 | 10011101 | 1011 | 0 | 11010 | 10001 | 1010111 | 100110 | 1001000 |
Color Harmonies of #BBD39D
Complementary color
Monochromatic Colors of #BBD39D
Black with #BBD39D
Text Example
Text Example
White with #BBD39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD39D; }
p { color: rgb(187,211,157); }
H1.HeaderClassName
{
color: #BBD39D;
}
.AnyTagClassName
{
color: #BBD39D;
}
</style>
background-color css
<style>
a { background-color: #BBD39D; }
a { background-color: rgb(187,211,157); }
div.DivClassName
{
background-color: #BBD39D;
}
.BgClassName
{
background-color: #BBD39D;
}
</style>
border-color css
<style>
span { border-color: #BBD39D; }
span { border-color: rgb(187,211,157); }
td.TdClassName
{
border-color: #BBD39D;
}
.TagClassName
{
border-color: #BBD39D;
}
</style>