Shades of Green Spring #B2B9A0
Tints of Green Spring #B2B9A0
RGB
CMYK
RGB Variations
Color information
#B2B9A0 (or 0xB2B9A0) is known color: Green Spring. HEX triplet: B2, B9 and A0. RGB value is (178,185,160). Sum of RGB (Red+Green+Blue) = 178+185+160=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B9A0 is #4D465F. Grayscale: #B4B4B4. Windows color (decimal): -5064288 or 10533298. OLE color: 10533298.
HSL color Cylindrical-coordinate representation of color #B2B9A0: hue angle of 76.8º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2B9A0 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
RGB | 178 | 185 | 160 | - |
CMYK | 0.04 | 0 | 0.14 | 0.27 |
HSL | 76.8º | 0.15% | 0.68% | - |
HSV(B) | 76.8º | 0.14% | 0.73% | - |
XYZ | 42.05 | 46.7 | 40.06 | - |
YUV | 180.06 | 116.68 | 126.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 185 | 160 | 0.04 | 0 | 0.14 | 0.27 | 76.8 | 0.15 | 0.68 |
Hex | B2 | B9 | A0 | 4 | 0 | E | 1B | 4D | F | 44 |
Octal | 262 | 271 | 240 | 4 | 0 | 16 | 33 | 115 | 17 | 104 |
Binary | 10110010 | 10111001 | 10100000 | 100 | 0 | 1110 | 11011 | 1001101 | 1111 | 1000100 |
Color Harmonies of #B2B9A0
Complementary color
Monochromatic Colors of #B2B9A0
Black with #B2B9A0
Text Example
Text Example
White with #B2B9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B9A0; }
p { color: rgb(178,185,160); }
H1.HeaderClassName
{
color: #B2B9A0;
}
.AnyTagClassName
{
color: #B2B9A0;
}
</style>
background-color css
<style>
a { background-color: #B2B9A0; }
a { background-color: rgb(178,185,160); }
div.DivClassName
{
background-color: #B2B9A0;
}
.BgClassName
{
background-color: #B2B9A0;
}
</style>
border-color css
<style>
span { border-color: #B2B9A0; }
span { border-color: rgb(178,185,160); }
td.TdClassName
{
border-color: #B2B9A0;
}
.TagClassName
{
border-color: #B2B9A0;
}
</style>