Shades of Green Mist #B7BC90
Tints of Green Mist #B7BC90
RGB
CMYK
RGB Variations
Color information
#B7BC90 (or 0xB7BC90) is known color: Green Mist. HEX triplet: B7, BC and 90. RGB value is (183,188,144). Sum of RGB (Red+Green+Blue) = 183+188+144=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BC90 is #48436F. Grayscale: #B5B5B5. Windows color (decimal): -4735856 or 9485495. OLE color: 9485495.
HSL color Cylindrical-coordinate representation of color #B7BC90: hue angle of 66.82º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7BC90 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 188 | 144 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.26 |
| HSL | 66.82º | 0.25% | 0.65% | - |
| HSV(B) | 66.82º | 0.23% | 0.74% | - |
| XYZ | 42.55 | 48.05 | 33.42 | - |
| YUV | 181.49 | 106.84 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 144 | 0.03 | 0 | 0.23 | 0.26 | 66.82 | 0.25 | 0.65 |
| Hex | B7 | BC | 90 | 3 | 0 | 17 | 1A | 43 | 19 | 41 |
| Octal | 267 | 274 | 220 | 3 | 0 | 27 | 32 | 103 | 31 | 101 |
| Binary | 10110111 | 10111100 | 10010000 | 11 | 0 | 10111 | 11010 | 1000011 | 11001 | 1000001 |
Color Harmonies of #B7BC90
Complementary color
Monochromatic Colors of #B7BC90
Black with #B7BC90
Text Example
Text Example
White with #B7BC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BC90; }
p { color: rgb(183,188,144); }
H1.HeaderClassName
{
color: #B7BC90;
}
.AnyTagClassName
{
color: #B7BC90;
}
</style>
background-color css
<style>
a { background-color: #B7BC90; }
a { background-color: rgb(183,188,144); }
div.DivClassName
{
background-color: #B7BC90;
}
.BgClassName
{
background-color: #B7BC90;
}
</style>
border-color css
<style>
span { border-color: #B7BC90; }
span { border-color: rgb(183,188,144); }
td.TdClassName
{
border-color: #B7BC90;
}
.TagClassName
{
border-color: #B7BC90;
}
</style>