Shades of Green Mist #BBC58D
Tints of Green Mist #BBC58D
RGB
CMYK
RGB Variations
Color information
#BBC58D (or 0xBBC58D) is known color: Green Mist. HEX triplet: BB, C5 and 8D. RGB value is (187,197,141). Sum of RGB (Red+Green+Blue) = 187+197+141=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC58D is #443A72. Grayscale: #BBBBBB. Windows color (decimal): -4471411 or 9291195. OLE color: 9291195.
HSL color Cylindrical-coordinate representation of color #BBC58D: hue angle of 70.71º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBC58D is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 141 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.23 |
| HSL | 70.71º | 0.33% | 0.66% | - |
| HSV(B) | 70.71º | 0.28% | 0.77% | - |
| XYZ | 45.27 | 52.42 | 32.93 | - |
| YUV | 187.63 | 101.69 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 141 | 0.05 | 0 | 0.28 | 0.23 | 70.71 | 0.33 | 0.66 |
| Hex | BB | C5 | 8D | 5 | 0 | 1C | 17 | 47 | 21 | 42 |
| Octal | 273 | 305 | 215 | 5 | 0 | 34 | 27 | 107 | 41 | 102 |
| Binary | 10111011 | 11000101 | 10001101 | 101 | 0 | 11100 | 10111 | 1000111 | 100001 | 1000010 |
Color Harmonies of #BBC58D
Complementary color
Monochromatic Colors of #BBC58D
Black with #BBC58D
Text Example
Text Example
White with #BBC58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC58D; }
p { color: rgb(187,197,141); }
H1.HeaderClassName
{
color: #BBC58D;
}
.AnyTagClassName
{
color: #BBC58D;
}
</style>
background-color css
<style>
a { background-color: #BBC58D; }
a { background-color: rgb(187,197,141); }
div.DivClassName
{
background-color: #BBC58D;
}
.BgClassName
{
background-color: #BBC58D;
}
</style>
border-color css
<style>
span { border-color: #BBC58D; }
span { border-color: rgb(187,197,141); }
td.TdClassName
{
border-color: #BBC58D;
}
.TagClassName
{
border-color: #BBC58D;
}
</style>