Shades of Green Mist #BBC09D
Tints of Green Mist #BBC09D
RGB
CMYK
RGB Variations
Color information
#BBC09D (or 0xBBC09D) is known color: Green Mist. HEX triplet: BB, C0 and 9D. RGB value is (187,192,157). Sum of RGB (Red+Green+Blue) = 187+192+157=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC09D is #443F62. Grayscale: #BABABA. Windows color (decimal): -4472675 or 10338491. OLE color: 10338491.
HSL color Cylindrical-coordinate representation of color #BBC09D: hue angle of 68.57º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBC09D is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 157 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.25 |
| HSL | 68.57º | 0.22% | 0.68% | - |
| HSV(B) | 68.57º | 0.18% | 0.75% | - |
| XYZ | 45.43 | 50.7 | 39.29 | - |
| YUV | 186.52 | 111.34 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 157 | 0.03 | 0 | 0.18 | 0.25 | 68.57 | 0.22 | 0.68 |
| Hex | BB | C0 | 9D | 3 | 0 | 12 | 19 | 45 | 16 | 44 |
| Octal | 273 | 300 | 235 | 3 | 0 | 22 | 31 | 105 | 26 | 104 |
| Binary | 10111011 | 11000000 | 10011101 | 11 | 0 | 10010 | 11001 | 1000101 | 10110 | 1000100 |
Color Harmonies of #BBC09D
Complementary color
Monochromatic Colors of #BBC09D
Black with #BBC09D
Text Example
Text Example
White with #BBC09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC09D; }
p { color: rgb(187,192,157); }
H1.HeaderClassName
{
color: #BBC09D;
}
.AnyTagClassName
{
color: #BBC09D;
}
</style>
background-color css
<style>
a { background-color: #BBC09D; }
a { background-color: rgb(187,192,157); }
div.DivClassName
{
background-color: #BBC09D;
}
.BgClassName
{
background-color: #BBC09D;
}
</style>
border-color css
<style>
span { border-color: #BBC09D; }
span { border-color: rgb(187,192,157); }
td.TdClassName
{
border-color: #BBC09D;
}
.TagClassName
{
border-color: #BBC09D;
}
</style>