Shades of Green Spring #B2B890
Tints of Green Spring #B2B890
RGB
CMYK
RGB Variations
Color information
#B2B890 (or 0xB2B890) is known color: Green Spring. HEX triplet: B2, B8 and 90. RGB value is (178,184,144). Sum of RGB (Red+Green+Blue) = 178+184+144=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B890 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B890 is #4D476F. Grayscale: #B1B1B1. Windows color (decimal): -5064560 or 9484466. OLE color: 9484466.
HSL color Cylindrical-coordinate representation of color #B2B890: hue angle of 69º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2B890 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 184 | 144 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.28 |
| HSL | 69º | 0.22% | 0.64% | - |
| HSV(B) | 69º | 0.22% | 0.72% | - |
| XYZ | 40.53 | 45.76 | 33.08 | - |
| YUV | 177.65 | 109.01 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 184 | 144 | 0.03 | 0 | 0.22 | 0.28 | 69 | 0.22 | 0.64 |
| Hex | B2 | B8 | 90 | 3 | 0 | 16 | 1C | 45 | 16 | 40 |
| Octal | 262 | 270 | 220 | 3 | 0 | 26 | 34 | 105 | 26 | 100 |
| Binary | 10110010 | 10111000 | 10010000 | 11 | 0 | 10110 | 11100 | 1000101 | 10110 | 1000000 |
Color Harmonies of #B2B890
Complementary color
Monochromatic Colors of #B2B890
Black with #B2B890
Text Example
Text Example
White with #B2B890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B890; }
p { color: rgb(178,184,144); }
H1.HeaderClassName
{
color: #B2B890;
}
.AnyTagClassName
{
color: #B2B890;
}
</style>
background-color css
<style>
a { background-color: #B2B890; }
a { background-color: rgb(178,184,144); }
div.DivClassName
{
background-color: #B2B890;
}
.BgClassName
{
background-color: #B2B890;
}
</style>
border-color css
<style>
span { border-color: #B2B890; }
span { border-color: rgb(178,184,144); }
td.TdClassName
{
border-color: #B2B890;
}
.TagClassName
{
border-color: #B2B890;
}
</style>