Shades of Green Spring #B2B8A1
Tints of Green Spring #B2B8A1
RGB
CMYK
RGB Variations
Color information
#B2B8A1 (or 0xB2B8A1) is known color: Green Spring. HEX triplet: B2, B8 and A1. RGB value is (178,184,161). Sum of RGB (Red+Green+Blue) = 178+184+161=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 161 (63.28% from 255 or 30.78% from 523); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B8A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B8A1 is #4D475E. Grayscale: #B3B3B3. Windows color (decimal): -5064543 or 10598578. OLE color: 10598578.
HSL color Cylindrical-coordinate representation of color #B2B8A1: hue angle of 75.65º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2B8A1 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 184 | 161 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.28 |
| HSL | 75.65º | 0.14% | 0.68% | - |
| HSV(B) | 75.65º | 0.13% | 0.72% | - |
| XYZ | 41.93 | 46.32 | 40.45 | - |
| YUV | 179.58 | 117.51 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 184 | 161 | 0.03 | 0 | 0.12 | 0.28 | 75.65 | 0.14 | 0.68 |
| Hex | B2 | B8 | A1 | 3 | 0 | C | 1C | 4C | E | 44 |
| Octal | 262 | 270 | 241 | 3 | 0 | 14 | 34 | 114 | 16 | 104 |
| Binary | 10110010 | 10111000 | 10100001 | 11 | 0 | 1100 | 11100 | 1001100 | 1110 | 1000100 |
Color Harmonies of #B2B8A1
Complementary color
Monochromatic Colors of #B2B8A1
Black with #B2B8A1
Text Example
Text Example
White with #B2B8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B8A1; }
p { color: rgb(178,184,161); }
H1.HeaderClassName
{
color: #B2B8A1;
}
.AnyTagClassName
{
color: #B2B8A1;
}
</style>
background-color css
<style>
a { background-color: #B2B8A1; }
a { background-color: rgb(178,184,161); }
div.DivClassName
{
background-color: #B2B8A1;
}
.BgClassName
{
background-color: #B2B8A1;
}
</style>
border-color css
<style>
span { border-color: #B2B8A1; }
span { border-color: rgb(178,184,161); }
td.TdClassName
{
border-color: #B2B8A1;
}
.TagClassName
{
border-color: #B2B8A1;
}
</style>