Shades of Green Mist #BBC58B
Tints of Green Mist #BBC58B
RGB
CMYK
RGB Variations
Color information
#BBC58B (or 0xBBC58B) is known color: Green Mist. HEX triplet: BB, C5 and 8B. RGB value is (187,197,139). Sum of RGB (Red+Green+Blue) = 187+197+139=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC58B is #443A74. Grayscale: #BBBBBB. Windows color (decimal): -4471413 or 9160123. OLE color: 9160123.
HSL color Cylindrical-coordinate representation of color #BBC58B: hue angle of 70.34º 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 #BBC58B is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 139 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.23 |
| HSL | 70.34º | 0.33% | 0.66% | - |
| HSV(B) | 70.34º | 0.29% | 0.77% | - |
| XYZ | 45.12 | 52.36 | 32.15 | - |
| YUV | 187.4 | 100.69 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 139 | 0.05 | 0 | 0.29 | 0.23 | 70.34 | 0.33 | 0.66 |
| Hex | BB | C5 | 8B | 5 | 0 | 1D | 17 | 46 | 21 | 42 |
| Octal | 273 | 305 | 213 | 5 | 0 | 35 | 27 | 106 | 41 | 102 |
| Binary | 10111011 | 11000101 | 10001011 | 101 | 0 | 11101 | 10111 | 1000110 | 100001 | 1000010 |
Color Harmonies of #BBC58B
Complementary color
Monochromatic Colors of #BBC58B
Black with #BBC58B
Text Example
Text Example
White with #BBC58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC58B; }
p { color: rgb(187,197,139); }
H1.HeaderClassName
{
color: #BBC58B;
}
.AnyTagClassName
{
color: #BBC58B;
}
</style>
background-color css
<style>
a { background-color: #BBC58B; }
a { background-color: rgb(187,197,139); }
div.DivClassName
{
background-color: #BBC58B;
}
.BgClassName
{
background-color: #BBC58B;
}
</style>
border-color css
<style>
span { border-color: #BBC58B; }
span { border-color: rgb(187,197,139); }
td.TdClassName
{
border-color: #BBC58B;
}
.TagClassName
{
border-color: #BBC58B;
}
</style>