Shades of Green Mist #BBBF92
Tints of Green Mist #BBBF92
RGB
CMYK
RGB Variations
Color information
#BBBF92 (or 0xBBBF92) is known color: Green Mist. HEX triplet: BB, BF and 92. RGB value is (187,191,146). Sum of RGB (Red+Green+Blue) = 187+191+146=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBF92 is #44406D. Grayscale: #B8B8B8. Windows color (decimal): -4472942 or 9617339. OLE color: 9617339.
HSL color Cylindrical-coordinate representation of color #BBBF92: hue angle of 65.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBBF92 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 191 | 146 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.25 |
| HSL | 65.33º | 0.26% | 0.66% | - |
| HSV(B) | 65.33º | 0.24% | 0.75% | - |
| XYZ | 44.31 | 49.9 | 34.49 | - |
| YUV | 184.67 | 106.17 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 146 | 0.02 | 0 | 0.24 | 0.25 | 65.33 | 0.26 | 0.66 |
| Hex | BB | BF | 92 | 2 | 0 | 18 | 19 | 41 | 1A | 42 |
| Octal | 273 | 277 | 222 | 2 | 0 | 30 | 31 | 101 | 32 | 102 |
| Binary | 10111011 | 10111111 | 10010010 | 10 | 0 | 11000 | 11001 | 1000001 | 11010 | 1000010 |
Color Harmonies of #BBBF92
Complementary color
Monochromatic Colors of #BBBF92
Black with #BBBF92
Text Example
Text Example
White with #BBBF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBF92; }
p { color: rgb(187,191,146); }
H1.HeaderClassName
{
color: #BBBF92;
}
.AnyTagClassName
{
color: #BBBF92;
}
</style>
background-color css
<style>
a { background-color: #BBBF92; }
a { background-color: rgb(187,191,146); }
div.DivClassName
{
background-color: #BBBF92;
}
.BgClassName
{
background-color: #BBBF92;
}
</style>
border-color css
<style>
span { border-color: #BBBF92; }
span { border-color: rgb(187,191,146); }
td.TdClassName
{
border-color: #BBBF92;
}
.TagClassName
{
border-color: #BBBF92;
}
</style>