Shades of Green Mist #B7BD99
Tints of Green Mist #B7BD99
RGB
CMYK
RGB Variations
Color information
#B7BD99 (or 0xB7BD99) is known color: Green Mist. HEX triplet: B7, BD and 99. RGB value is (183,189,153). Sum of RGB (Red+Green+Blue) = 183+189+153=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BD99 is #484266. Grayscale: #B7B7B7. Windows color (decimal): -4735591 or 10075575. OLE color: 10075575.
HSL color Cylindrical-coordinate representation of color #B7BD99: hue angle of 70º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7BD99 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 189 | 153 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.26 |
| HSL | 70º | 0.21% | 0.67% | - |
| HSV(B) | 70º | 0.19% | 0.74% | - |
| XYZ | 43.48 | 48.76 | 37.26 | - |
| YUV | 183.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 189 | 153 | 0.03 | 0 | 0.19 | 0.26 | 70 | 0.21 | 0.67 |
| Hex | B7 | BD | 99 | 3 | 0 | 13 | 1A | 46 | 15 | 43 |
| Octal | 267 | 275 | 231 | 3 | 0 | 23 | 32 | 106 | 25 | 103 |
| Binary | 10110111 | 10111101 | 10011001 | 11 | 0 | 10011 | 11010 | 1000110 | 10101 | 1000011 |
Color Harmonies of #B7BD99
Complementary color
Monochromatic Colors of #B7BD99
Black with #B7BD99
Text Example
Text Example
White with #B7BD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BD99; }
p { color: rgb(183,189,153); }
H1.HeaderClassName
{
color: #B7BD99;
}
.AnyTagClassName
{
color: #B7BD99;
}
</style>
background-color css
<style>
a { background-color: #B7BD99; }
a { background-color: rgb(183,189,153); }
div.DivClassName
{
background-color: #B7BD99;
}
.BgClassName
{
background-color: #B7BD99;
}
</style>
border-color css
<style>
span { border-color: #B7BD99; }
span { border-color: rgb(183,189,153); }
td.TdClassName
{
border-color: #B7BD99;
}
.TagClassName
{
border-color: #B7BD99;
}
</style>