Shades of Green Mist #BBC19D
Tints of Green Mist #BBC19D
RGB
CMYK
RGB Variations
Color information
#BBC19D (or 0xBBC19D) is known color: Green Mist. HEX triplet: BB, C1 and 9D. RGB value is (187,193,157). Sum of RGB (Red+Green+Blue) = 187+193+157=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 193 (75.78% from 255 or 35.94% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC19D is #443E62. Grayscale: #BBBBBB. Windows color (decimal): -4472419 or 10338747. OLE color: 10338747.
HSL color Cylindrical-coordinate representation of color #BBC19D: hue angle of 70º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBC19D is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 157 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.24 |
| HSL | 70º | 0.23% | 0.69% | - |
| HSV(B) | 70º | 0.19% | 0.76% | - |
| XYZ | 45.65 | 51.14 | 39.36 | - |
| YUV | 187.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 157 | 0.03 | 0 | 0.19 | 0.24 | 70 | 0.23 | 0.69 |
| Hex | BB | C1 | 9D | 3 | 0 | 13 | 18 | 46 | 16 | 45 |
| Octal | 273 | 301 | 235 | 3 | 0 | 23 | 30 | 106 | 26 | 105 |
| Binary | 10111011 | 11000001 | 10011101 | 11 | 0 | 10011 | 11000 | 1000110 | 10110 | 1000101 |
Color Harmonies of #BBC19D
Complementary color
Monochromatic Colors of #BBC19D
Black with #BBC19D
Text Example
Text Example
White with #BBC19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC19D; }
p { color: rgb(187,193,157); }
H1.HeaderClassName
{
color: #BBC19D;
}
.AnyTagClassName
{
color: #BBC19D;
}
</style>
background-color css
<style>
a { background-color: #BBC19D; }
a { background-color: rgb(187,193,157); }
div.DivClassName
{
background-color: #BBC19D;
}
.BgClassName
{
background-color: #BBC19D;
}
</style>
border-color css
<style>
span { border-color: #BBC19D; }
span { border-color: rgb(187,193,157); }
td.TdClassName
{
border-color: #BBC19D;
}
.TagClassName
{
border-color: #BBC19D;
}
</style>