Shades of Green Mist #BBC599
Tints of Green Mist #BBC599
RGB
CMYK
RGB Variations
Color information
#BBC599 (or 0xBBC599) is known color: Green Mist. HEX triplet: BB, C5 and 99. RGB value is (187,197,153). Sum of RGB (Red+Green+Blue) = 187+197+153=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC599 is #443A66. Grayscale: #BDBDBD. Windows color (decimal): -4471399 or 10077627. OLE color: 10077627.
HSL color Cylindrical-coordinate representation of color #BBC599: hue angle of 73.64º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBC599 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 153 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.23 |
| HSL | 73.64º | 0.28% | 0.69% | - |
| HSV(B) | 73.64º | 0.22% | 0.77% | - |
| XYZ | 46.21 | 52.8 | 37.89 | - |
| YUV | 188.99 | 107.69 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 153 | 0.05 | 0 | 0.22 | 0.23 | 73.64 | 0.28 | 0.69 |
| Hex | BB | C5 | 99 | 5 | 0 | 16 | 17 | 4A | 1C | 45 |
| Octal | 273 | 305 | 231 | 5 | 0 | 26 | 27 | 112 | 34 | 105 |
| Binary | 10111011 | 11000101 | 10011001 | 101 | 0 | 10110 | 10111 | 1001010 | 11100 | 1000101 |
Color Harmonies of #BBC599
Complementary color
Monochromatic Colors of #BBC599
Black with #BBC599
Text Example
Text Example
White with #BBC599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC599; }
p { color: rgb(187,197,153); }
H1.HeaderClassName
{
color: #BBC599;
}
.AnyTagClassName
{
color: #BBC599;
}
</style>
background-color css
<style>
a { background-color: #BBC599; }
a { background-color: rgb(187,197,153); }
div.DivClassName
{
background-color: #BBC599;
}
.BgClassName
{
background-color: #BBC599;
}
</style>
border-color css
<style>
span { border-color: #BBC599; }
span { border-color: rgb(187,197,153); }
td.TdClassName
{
border-color: #BBC599;
}
.TagClassName
{
border-color: #BBC599;
}
</style>