Shades of Green Mist #BBBC9A
Tints of Green Mist #BBBC9A
RGB
CMYK
RGB Variations
Color information
#BBBC9A (or 0xBBBC9A) is known color: Green Mist. HEX triplet: BB, BC and 9A. RGB value is (187,188,154). Sum of RGB (Red+Green+Blue) = 187+188+154=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBC9A is #444365. Grayscale: #B7B7B7. Windows color (decimal): -4473702 or 10140859. OLE color: 10140859.
HSL color Cylindrical-coordinate representation of color #BBBC9A: hue angle of 61.76º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBBC9A is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 154 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.26 |
| HSL | 61.76º | 0.2% | 0.67% | - |
| HSV(B) | 61.76º | 0.18% | 0.74% | - |
| XYZ | 44.31 | 48.86 | 37.67 | - |
| YUV | 183.83 | 111.17 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 154 | 0.01 | 0 | 0.18 | 0.26 | 61.76 | 0.2 | 0.67 |
| Hex | BB | BC | 9A | 1 | 0 | 12 | 1A | 3E | 14 | 43 |
| Octal | 273 | 274 | 232 | 1 | 0 | 22 | 32 | 76 | 24 | 103 |
| Binary | 10111011 | 10111100 | 10011010 | 1 | 0 | 10010 | 11010 | 111110 | 10100 | 1000011 |
Color Harmonies of #BBBC9A
Complementary color
Monochromatic Colors of #BBBC9A
Black with #BBBC9A
Text Example
Text Example
White with #BBBC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC9A; }
p { color: rgb(187,188,154); }
H1.HeaderClassName
{
color: #BBBC9A;
}
.AnyTagClassName
{
color: #BBBC9A;
}
</style>
background-color css
<style>
a { background-color: #BBBC9A; }
a { background-color: rgb(187,188,154); }
div.DivClassName
{
background-color: #BBBC9A;
}
.BgClassName
{
background-color: #BBBC9A;
}
</style>
border-color css
<style>
span { border-color: #BBBC9A; }
span { border-color: rgb(187,188,154); }
td.TdClassName
{
border-color: #BBBC9A;
}
.TagClassName
{
border-color: #BBBC9A;
}
</style>