Shades of Green Mist #B5BA98
Tints of Green Mist #B5BA98
RGB
CMYK
RGB Variations
Color information
#B5BA98 (or 0xB5BA98) is known color: Green Mist. HEX triplet: B5, BA and 98. RGB value is (181,186,152). Sum of RGB (Red+Green+Blue) = 181+186+152=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BA98 is #4A4567. Grayscale: #B4B4B4. Windows color (decimal): -4867432 or 10009269. OLE color: 10009269.
HSL color Cylindrical-coordinate representation of color #B5BA98: hue angle of 68.82º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5BA98 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
RGB | 181 | 186 | 152 | - |
CMYK | 0.03 | 0 | 0.18 | 0.27 |
HSL | 68.82º | 0.2% | 0.66% | - |
HSV(B) | 68.82º | 0.18% | 0.73% | - |
XYZ | 42.28 | 47.21 | 36.59 | - |
YUV | 180.63 | 111.84 | 128.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 186 | 152 | 0.03 | 0 | 0.18 | 0.27 | 68.82 | 0.2 | 0.66 |
Hex | B5 | BA | 98 | 3 | 0 | 12 | 1B | 45 | 14 | 42 |
Octal | 265 | 272 | 230 | 3 | 0 | 22 | 33 | 105 | 24 | 102 |
Binary | 10110101 | 10111010 | 10011000 | 11 | 0 | 10010 | 11011 | 1000101 | 10100 | 1000010 |
Color Harmonies of #B5BA98
Complementary color
Monochromatic Colors of #B5BA98
Black with #B5BA98
Text Example
Text Example
White with #B5BA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BA98; }
p { color: rgb(181,186,152); }
H1.HeaderClassName
{
color: #B5BA98;
}
.AnyTagClassName
{
color: #B5BA98;
}
</style>
background-color css
<style>
a { background-color: #B5BA98; }
a { background-color: rgb(181,186,152); }
div.DivClassName
{
background-color: #B5BA98;
}
.BgClassName
{
background-color: #B5BA98;
}
</style>
border-color css
<style>
span { border-color: #B5BA98; }
span { border-color: rgb(181,186,152); }
td.TdClassName
{
border-color: #B5BA98;
}
.TagClassName
{
border-color: #B5BA98;
}
</style>