Shades of Green Mist #B7BD94
Tints of Green Mist #B7BD94
RGB
CMYK
RGB Variations
Color information
#B7BD94 (or 0xB7BD94) is known color: Green Mist. HEX triplet: B7, BD and 94. RGB value is (183,189,148). Sum of RGB (Red+Green+Blue) = 183+189+148=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BD94 is #48426B. Grayscale: #B6B6B6. Windows color (decimal): -4735596 or 9747895. OLE color: 9747895.
HSL color Cylindrical-coordinate representation of color #B7BD94: hue angle of 68.78º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7BD94 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 189 | 148 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.26 |
| HSL | 68.78º | 0.24% | 0.66% | - |
| HSV(B) | 68.78º | 0.22% | 0.74% | - |
| XYZ | 43.07 | 48.6 | 35.13 | - |
| YUV | 182.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 189 | 148 | 0.03 | 0 | 0.22 | 0.26 | 68.78 | 0.24 | 0.66 |
| Hex | B7 | BD | 94 | 3 | 0 | 16 | 1A | 45 | 18 | 42 |
| Octal | 267 | 275 | 224 | 3 | 0 | 26 | 32 | 105 | 30 | 102 |
| Binary | 10110111 | 10111101 | 10010100 | 11 | 0 | 10110 | 11010 | 1000101 | 11000 | 1000010 |
Color Harmonies of #B7BD94
Complementary color
Monochromatic Colors of #B7BD94
Black with #B7BD94
Text Example
Text Example
White with #B7BD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BD94; }
p { color: rgb(183,189,148); }
H1.HeaderClassName
{
color: #B7BD94;
}
.AnyTagClassName
{
color: #B7BD94;
}
</style>
background-color css
<style>
a { background-color: #B7BD94; }
a { background-color: rgb(183,189,148); }
div.DivClassName
{
background-color: #B7BD94;
}
.BgClassName
{
background-color: #B7BD94;
}
</style>
border-color css
<style>
span { border-color: #B7BD94; }
span { border-color: rgb(183,189,148); }
td.TdClassName
{
border-color: #B7BD94;
}
.TagClassName
{
border-color: #B7BD94;
}
</style>