Shades of Green Mist #BBC58C
Tints of Green Mist #BBC58C
RGB
CMYK
RGB Variations
Color information
#BBC58C (or 0xBBC58C) is known color: Green Mist. HEX triplet: BB, C5 and 8C. RGB value is (187,197,140). Sum of RGB (Red+Green+Blue) = 187+197+140=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 197 (77.34% from 255 or 37.60% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC58C is #443A73. Grayscale: #BBBBBB. Windows color (decimal): -4471412 or 9225659. OLE color: 9225659.
HSL color Cylindrical-coordinate representation of color #BBC58C: hue angle of 70.53º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBC58C is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 140 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.23 |
| HSL | 70.53º | 0.33% | 0.66% | - |
| HSV(B) | 70.53º | 0.29% | 0.77% | - |
| XYZ | 45.19 | 52.39 | 32.54 | - |
| YUV | 187.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 140 | 0.05 | 0 | 0.29 | 0.23 | 70.53 | 0.33 | 0.66 |
| Hex | BB | C5 | 8C | 5 | 0 | 1D | 17 | 47 | 21 | 42 |
| Octal | 273 | 305 | 214 | 5 | 0 | 35 | 27 | 107 | 41 | 102 |
| Binary | 10111011 | 11000101 | 10001100 | 101 | 0 | 11101 | 10111 | 1000111 | 100001 | 1000010 |
Color Harmonies of #BBC58C
Complementary color
Monochromatic Colors of #BBC58C
Black with #BBC58C
Text Example
Text Example
White with #BBC58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC58C; }
p { color: rgb(187,197,140); }
H1.HeaderClassName
{
color: #BBC58C;
}
.AnyTagClassName
{
color: #BBC58C;
}
</style>
background-color css
<style>
a { background-color: #BBC58C; }
a { background-color: rgb(187,197,140); }
div.DivClassName
{
background-color: #BBC58C;
}
.BgClassName
{
background-color: #BBC58C;
}
</style>
border-color css
<style>
span { border-color: #BBC58C; }
span { border-color: rgb(187,197,140); }
td.TdClassName
{
border-color: #BBC58C;
}
.TagClassName
{
border-color: #BBC58C;
}
</style>