Shades of Green Spring #B2BAA1
Tints of Green Spring #B2BAA1
RGB
CMYK
RGB Variations
Color information
#B2BAA1 (or 0xB2BAA1) is known color: Green Spring. HEX triplet: B2, BA and A1. RGB value is (178,186,161). Sum of RGB (Red+Green+Blue) = 178+186+161=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 161 (63.28% from 255 or 30.67% from 525); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BAA1 is #4D455E. Grayscale: #B4B4B4. Windows color (decimal): -5064031 or 10599090. OLE color: 10599090.
HSL color Cylindrical-coordinate representation of color #B2BAA1: hue angle of 79.2º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2BAA1 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
RGB | 178 | 186 | 161 | - |
CMYK | 0.04 | 0 | 0.13 | 0.27 |
HSL | 79.2º | 0.15% | 0.68% | - |
HSV(B) | 79.2º | 0.13% | 0.73% | - |
XYZ | 42.35 | 47.16 | 40.59 | - |
YUV | 180.76 | 116.85 | 126.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 186 | 161 | 0.04 | 0 | 0.13 | 0.27 | 79.2 | 0.15 | 0.68 |
Hex | B2 | BA | A1 | 4 | 0 | D | 1B | 4F | F | 44 |
Octal | 262 | 272 | 241 | 4 | 0 | 15 | 33 | 117 | 17 | 104 |
Binary | 10110010 | 10111010 | 10100001 | 100 | 0 | 1101 | 11011 | 1001111 | 1111 | 1000100 |
Color Harmonies of #B2BAA1
Complementary color
Monochromatic Colors of #B2BAA1
Black with #B2BAA1
Text Example
Text Example
White with #B2BAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BAA1; }
p { color: rgb(178,186,161); }
H1.HeaderClassName
{
color: #B2BAA1;
}
.AnyTagClassName
{
color: #B2BAA1;
}
</style>
background-color css
<style>
a { background-color: #B2BAA1; }
a { background-color: rgb(178,186,161); }
div.DivClassName
{
background-color: #B2BAA1;
}
.BgClassName
{
background-color: #B2BAA1;
}
</style>
border-color css
<style>
span { border-color: #B2BAA1; }
span { border-color: rgb(178,186,161); }
td.TdClassName
{
border-color: #B2BAA1;
}
.TagClassName
{
border-color: #B2BAA1;
}
</style>