Shades of Green Mist #B2B594
Tints of Green Mist #B2B594
RGB
CMYK
RGB Variations
Color information
#B2B594 (or 0xB2B594) is known color: Green Mist. HEX triplet: B2, B5 and 94. RGB value is (178,181,148). Sum of RGB (Red+Green+Blue) = 178+181+148=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B594 is #4D4A6B. Grayscale: #B0B0B0. Windows color (decimal): -5065324 or 9745842. OLE color: 9745842.
HSL color Cylindrical-coordinate representation of color #B2B594: hue angle of 65.45º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2B594 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
RGB | 178 | 181 | 148 | - |
CMYK | 0.02 | 0 | 0.18 | 0.29 |
HSL | 65.45º | 0.18% | 0.65% | - |
HSV(B) | 65.45º | 0.18% | 0.71% | - |
XYZ | 40.23 | 44.65 | 34.52 | - |
YUV | 176.34 | 112.01 | 129.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 181 | 148 | 0.02 | 0 | 0.18 | 0.29 | 65.45 | 0.18 | 0.65 |
Hex | B2 | B5 | 94 | 2 | 0 | 12 | 1D | 41 | 12 | 41 |
Octal | 262 | 265 | 224 | 2 | 0 | 22 | 35 | 101 | 22 | 101 |
Binary | 10110010 | 10110101 | 10010100 | 10 | 0 | 10010 | 11101 | 1000001 | 10010 | 1000001 |
Color Harmonies of #B2B594
Complementary color
Monochromatic Colors of #B2B594
Black with #B2B594
Text Example
Text Example
White with #B2B594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B594; }
p { color: rgb(178,181,148); }
H1.HeaderClassName
{
color: #B2B594;
}
.AnyTagClassName
{
color: #B2B594;
}
</style>
background-color css
<style>
a { background-color: #B2B594; }
a { background-color: rgb(178,181,148); }
div.DivClassName
{
background-color: #B2B594;
}
.BgClassName
{
background-color: #B2B594;
}
</style>
border-color css
<style>
span { border-color: #B2B594; }
span { border-color: rgb(178,181,148); }
td.TdClassName
{
border-color: #B2B594;
}
.TagClassName
{
border-color: #B2B594;
}
</style>