Shades of Green Mist #B5BD9A
Tints of Green Mist #B5BD9A
RGB
CMYK
RGB Variations
Color information
#B5BD9A (or 0xB5BD9A) is known color: Green Mist. HEX triplet: B5, BD and 9A. RGB value is (181,189,154). Sum of RGB (Red+Green+Blue) = 181+189+154=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BD9A is #4A4265. Grayscale: #B6B6B6. Windows color (decimal): -4866662 or 10141109. OLE color: 10141109.
HSL color Cylindrical-coordinate representation of color #B5BD9A: hue angle of 73.71º 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 #B5BD9A is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 189 | 154 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.26 |
| HSL | 73.71º | 0.21% | 0.67% | - |
| HSV(B) | 73.71º | 0.19% | 0.74% | - |
| XYZ | 43.09 | 48.55 | 37.67 | - |
| YUV | 182.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 189 | 154 | 0.04 | 0 | 0.19 | 0.26 | 73.71 | 0.21 | 0.67 |
| Hex | B5 | BD | 9A | 4 | 0 | 13 | 1A | 4A | 15 | 43 |
| Octal | 265 | 275 | 232 | 4 | 0 | 23 | 32 | 112 | 25 | 103 |
| Binary | 10110101 | 10111101 | 10011010 | 100 | 0 | 10011 | 11010 | 1001010 | 10101 | 1000011 |
Color Harmonies of #B5BD9A
Complementary color
Monochromatic Colors of #B5BD9A
Black with #B5BD9A
Text Example
Text Example
White with #B5BD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BD9A; }
p { color: rgb(181,189,154); }
H1.HeaderClassName
{
color: #B5BD9A;
}
.AnyTagClassName
{
color: #B5BD9A;
}
</style>
background-color css
<style>
a { background-color: #B5BD9A; }
a { background-color: rgb(181,189,154); }
div.DivClassName
{
background-color: #B5BD9A;
}
.BgClassName
{
background-color: #B5BD9A;
}
</style>
border-color css
<style>
span { border-color: #B5BD9A; }
span { border-color: rgb(181,189,154); }
td.TdClassName
{
border-color: #B5BD9A;
}
.TagClassName
{
border-color: #B5BD9A;
}
</style>