Shades of Green Mist #B7BC9A
Tints of Green Mist #B7BC9A
RGB
CMYK
RGB Variations
Color information
#B7BC9A (or 0xB7BC9A) is known color: Green Mist. HEX triplet: B7, BC and 9A. RGB value is (183,188,154). Sum of RGB (Red+Green+Blue) = 183+188+154=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 154 (60.55% from 255 or 29.33% from 525); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BC9A is #484365. Grayscale: #B6B6B6. Windows color (decimal): -4735846 or 10140855. OLE color: 10140855.
HSL color Cylindrical-coordinate representation of color #B7BC9A: hue angle of 68.82º 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 #B7BC9A is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 188 | 154 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.26 |
| HSL | 68.82º | 0.2% | 0.67% | - |
| HSV(B) | 68.82º | 0.18% | 0.74% | - |
| XYZ | 43.34 | 48.37 | 37.62 | - |
| YUV | 182.63 | 111.84 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 154 | 0.03 | 0 | 0.18 | 0.26 | 68.82 | 0.2 | 0.67 |
| Hex | B7 | BC | 9A | 3 | 0 | 12 | 1A | 45 | 14 | 43 |
| Octal | 267 | 274 | 232 | 3 | 0 | 22 | 32 | 105 | 24 | 103 |
| Binary | 10110111 | 10111100 | 10011010 | 11 | 0 | 10010 | 11010 | 1000101 | 10100 | 1000011 |
Color Harmonies of #B7BC9A
Complementary color
Monochromatic Colors of #B7BC9A
Black with #B7BC9A
Text Example
Text Example
White with #B7BC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BC9A; }
p { color: rgb(183,188,154); }
H1.HeaderClassName
{
color: #B7BC9A;
}
.AnyTagClassName
{
color: #B7BC9A;
}
</style>
background-color css
<style>
a { background-color: #B7BC9A; }
a { background-color: rgb(183,188,154); }
div.DivClassName
{
background-color: #B7BC9A;
}
.BgClassName
{
background-color: #B7BC9A;
}
</style>
border-color css
<style>
span { border-color: #B7BC9A; }
span { border-color: rgb(183,188,154); }
td.TdClassName
{
border-color: #B7BC9A;
}
.TagClassName
{
border-color: #B7BC9A;
}
</style>