Shades of Green Mist #BBC09A
Tints of Green Mist #BBC09A
RGB
CMYK
RGB Variations
Color information
#BBC09A (or 0xBBC09A) is known color: Green Mist. HEX triplet: BB, C0 and 9A. RGB value is (187,192,154). Sum of RGB (Red+Green+Blue) = 187+192+154=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC09A is #443F65. Grayscale: #BABABA. Windows color (decimal): -4472678 or 10141883. OLE color: 10141883.
HSL color Cylindrical-coordinate representation of color #BBC09A: hue angle of 67.89º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBC09A is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 154 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.25 |
| HSL | 67.89º | 0.23% | 0.68% | - |
| HSV(B) | 67.89º | 0.2% | 0.75% | - |
| XYZ | 45.18 | 50.6 | 37.96 | - |
| YUV | 186.17 | 109.84 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 154 | 0.03 | 0 | 0.20 | 0.25 | 67.89 | 0.23 | 0.68 |
| Hex | BB | C0 | 9A | 3 | 0 | 14 | 19 | 44 | 17 | 44 |
| Octal | 273 | 300 | 232 | 3 | 0 | 24 | 31 | 104 | 27 | 104 |
| Binary | 10111011 | 11000000 | 10011010 | 11 | 0 | 10100 | 11001 | 1000100 | 10111 | 1000100 |
Color Harmonies of #BBC09A
Complementary color
Monochromatic Colors of #BBC09A
Black with #BBC09A
Text Example
Text Example
White with #BBC09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC09A; }
p { color: rgb(187,192,154); }
H1.HeaderClassName
{
color: #BBC09A;
}
.AnyTagClassName
{
color: #BBC09A;
}
</style>
background-color css
<style>
a { background-color: #BBC09A; }
a { background-color: rgb(187,192,154); }
div.DivClassName
{
background-color: #BBC09A;
}
.BgClassName
{
background-color: #BBC09A;
}
</style>
border-color css
<style>
span { border-color: #BBC09A; }
span { border-color: rgb(187,192,154); }
td.TdClassName
{
border-color: #BBC09A;
}
.TagClassName
{
border-color: #BBC09A;
}
</style>