Shades of Green Mist #B2B499
Tints of Green Mist #B2B499
RGB
CMYK
RGB Variations
Color information
#B2B499 (or 0xB2B499) is known color: Green Mist. HEX triplet: B2, B4 and 99. RGB value is (178,180,153). Sum of RGB (Red+Green+Blue) = 178+180+153=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B499 is #4D4B66. Grayscale: #B0B0B0. Windows color (decimal): -5065575 or 10073266. OLE color: 10073266.
HSL color Cylindrical-coordinate representation of color #B2B499: hue angle of 64.44º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2B499 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 180 | 153 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.29 |
| HSL | 64.44º | 0.15% | 0.65% | - |
| HSV(B) | 64.44º | 0.15% | 0.71% | - |
| XYZ | 40.43 | 44.41 | 36.58 | - |
| YUV | 176.32 | 114.84 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 180 | 153 | 0.01 | 0 | 0.15 | 0.29 | 64.44 | 0.15 | 0.65 |
| Hex | B2 | B4 | 99 | 1 | 0 | F | 1D | 40 | F | 41 |
| Octal | 262 | 264 | 231 | 1 | 0 | 17 | 35 | 100 | 17 | 101 |
| Binary | 10110010 | 10110100 | 10011001 | 1 | 0 | 1111 | 11101 | 1000000 | 1111 | 1000001 |
Color Harmonies of #B2B499
Complementary color
Monochromatic Colors of #B2B499
Black with #B2B499
Text Example
Text Example
White with #B2B499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B499; }
p { color: rgb(178,180,153); }
H1.HeaderClassName
{
color: #B2B499;
}
.AnyTagClassName
{
color: #B2B499;
}
</style>
background-color css
<style>
a { background-color: #B2B499; }
a { background-color: rgb(178,180,153); }
div.DivClassName
{
background-color: #B2B499;
}
.BgClassName
{
background-color: #B2B499;
}
</style>
border-color css
<style>
span { border-color: #B2B499; }
span { border-color: rgb(178,180,153); }
td.TdClassName
{
border-color: #B2B499;
}
.TagClassName
{
border-color: #B2B499;
}
</style>