Shades of Green Mist #B7BD8C
Tints of Green Mist #B7BD8C
RGB
CMYK
RGB Variations
Color information
#B7BD8C (or 0xB7BD8C) is known color: Green Mist. HEX triplet: B7, BD and 8C. RGB value is (183,189,140). Sum of RGB (Red+Green+Blue) = 183+189+140=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BD8C is #484273. Grayscale: #B5B5B5. Windows color (decimal): -4735604 or 9223607. OLE color: 9223607.
HSL color Cylindrical-coordinate representation of color #B7BD8C: hue angle of 67.35º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7BD8C is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 189 | 140 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.26 |
| HSL | 67.35º | 0.27% | 0.65% | - |
| HSV(B) | 67.35º | 0.26% | 0.74% | - |
| XYZ | 42.46 | 48.36 | 31.91 | - |
| YUV | 181.62 | 104.51 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 189 | 140 | 0.03 | 0 | 0.26 | 0.26 | 67.35 | 0.27 | 0.65 |
| Hex | B7 | BD | 8C | 3 | 0 | 1A | 1A | 43 | 1B | 41 |
| Octal | 267 | 275 | 214 | 3 | 0 | 32 | 32 | 103 | 33 | 101 |
| Binary | 10110111 | 10111101 | 10001100 | 11 | 0 | 11010 | 11010 | 1000011 | 11011 | 1000001 |
Color Harmonies of #B7BD8C
Complementary color
Monochromatic Colors of #B7BD8C
Black with #B7BD8C
Text Example
Text Example
White with #B7BD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BD8C; }
p { color: rgb(183,189,140); }
H1.HeaderClassName
{
color: #B7BD8C;
}
.AnyTagClassName
{
color: #B7BD8C;
}
</style>
background-color css
<style>
a { background-color: #B7BD8C; }
a { background-color: rgb(183,189,140); }
div.DivClassName
{
background-color: #B7BD8C;
}
.BgClassName
{
background-color: #B7BD8C;
}
</style>
border-color css
<style>
span { border-color: #B7BD8C; }
span { border-color: rgb(183,189,140); }
td.TdClassName
{
border-color: #B7BD8C;
}
.TagClassName
{
border-color: #B7BD8C;
}
</style>