Shades of Green Mist #B7BB8C
Tints of Green Mist #B7BB8C
RGB
CMYK
RGB Variations
Color information
#B7BB8C (or 0xB7BB8C) is known color: Green Mist. HEX triplet: B7, BB and 8C. RGB value is (183,187,140). Sum of RGB (Red+Green+Blue) = 183+187+140=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 187 - color contains mainly: green. Hex color #B7BB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BB8C is #484473. Grayscale: #B4B4B4. Windows color (decimal): -4736116 or 9223095. OLE color: 9223095.
HSL color Cylindrical-coordinate representation of color #B7BB8C: hue angle of 65.11º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7BB8C is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
RGB | 183 | 187 | 140 | - |
CMYK | 0.02 | 0 | 0.25 | 0.27 |
HSL | 65.11º | 0.26% | 0.64% | - |
HSV(B) | 65.11º | 0.25% | 0.73% | - |
XYZ | 42.03 | 47.5 | 31.76 | - |
YUV | 180.45 | 105.17 | 129.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 187 | 140 | 0.02 | 0 | 0.25 | 0.27 | 65.11 | 0.26 | 0.64 |
Hex | B7 | BB | 8C | 2 | 0 | 19 | 1B | 41 | 1A | 40 |
Octal | 267 | 273 | 214 | 2 | 0 | 31 | 33 | 101 | 32 | 100 |
Binary | 10110111 | 10111011 | 10001100 | 10 | 0 | 11001 | 11011 | 1000001 | 11010 | 1000000 |
Color Harmonies of #B7BB8C
Complementary color
Monochromatic Colors of #B7BB8C
Black with #B7BB8C
Text Example
Text Example
White with #B7BB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BB8C; }
p { color: rgb(183,187,140); }
H1.HeaderClassName
{
color: #B7BB8C;
}
.AnyTagClassName
{
color: #B7BB8C;
}
</style>
background-color css
<style>
a { background-color: #B7BB8C; }
a { background-color: rgb(183,187,140); }
div.DivClassName
{
background-color: #B7BB8C;
}
.BgClassName
{
background-color: #B7BB8C;
}
</style>
border-color css
<style>
span { border-color: #B7BB8C; }
span { border-color: rgb(183,187,140); }
td.TdClassName
{
border-color: #B7BB8C;
}
.TagClassName
{
border-color: #B7BB8C;
}
</style>