Shades of Green Mist #BBC29A
Tints of Green Mist #BBC29A
RGB
CMYK
RGB Variations
Color information
#BBC29A (or 0xBBC29A) is known color: Green Mist. HEX triplet: BB, C2 and 9A. RGB value is (187,194,154). Sum of RGB (Red+Green+Blue) = 187+194+154=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC29A is #443D65. Grayscale: #BBBBBB. Windows color (decimal): -4472166 or 10142395. OLE color: 10142395.
HSL color Cylindrical-coordinate representation of color #BBC29A: hue angle of 70.5º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBC29A is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 154 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.24 |
| HSL | 70.5º | 0.25% | 0.68% | - |
| HSV(B) | 70.5º | 0.21% | 0.76% | - |
| XYZ | 45.62 | 51.48 | 38.1 | - |
| YUV | 187.35 | 109.18 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 154 | 0.04 | 0 | 0.21 | 0.24 | 70.5 | 0.25 | 0.68 |
| Hex | BB | C2 | 9A | 4 | 0 | 15 | 18 | 46 | 19 | 44 |
| Octal | 273 | 302 | 232 | 4 | 0 | 25 | 30 | 106 | 31 | 104 |
| Binary | 10111011 | 11000010 | 10011010 | 100 | 0 | 10101 | 11000 | 1000110 | 11001 | 1000100 |
Color Harmonies of #BBC29A
Complementary color
Monochromatic Colors of #BBC29A
Black with #BBC29A
Text Example
Text Example
White with #BBC29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC29A; }
p { color: rgb(187,194,154); }
H1.HeaderClassName
{
color: #BBC29A;
}
.AnyTagClassName
{
color: #BBC29A;
}
</style>
background-color css
<style>
a { background-color: #BBC29A; }
a { background-color: rgb(187,194,154); }
div.DivClassName
{
background-color: #BBC29A;
}
.BgClassName
{
background-color: #BBC29A;
}
</style>
border-color css
<style>
span { border-color: #BBC29A; }
span { border-color: rgb(187,194,154); }
td.TdClassName
{
border-color: #BBC29A;
}
.TagClassName
{
border-color: #BBC29A;
}
</style>