Shades of Green Spring #B2B598
Tints of Green Spring #B2B598
RGB
CMYK
RGB Variations
Color information
#B2B598 (or 0xB2B598) is known color: Green Spring. HEX triplet: B2, B5 and 98. RGB value is (178,181,152). Sum of RGB (Red+Green+Blue) = 178+181+152=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 152 (59.77% from 255 or 29.75% from 511); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B598 is #4D4A67. Grayscale: #B0B0B0. Windows color (decimal): -5065320 or 10007986. OLE color: 10007986.
HSL color Cylindrical-coordinate representation of color #B2B598: hue angle of 66.21º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2B598 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 181 | 152 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.29 |
| HSL | 66.21º | 0.16% | 0.65% | - |
| HSV(B) | 66.21º | 0.16% | 0.71% | - |
| XYZ | 40.55 | 44.78 | 36.21 | - |
| YUV | 176.8 | 114.01 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 181 | 152 | 0.02 | 0 | 0.16 | 0.29 | 66.21 | 0.16 | 0.65 |
| Hex | B2 | B5 | 98 | 2 | 0 | 10 | 1D | 42 | 10 | 41 |
| Octal | 262 | 265 | 230 | 2 | 0 | 20 | 35 | 102 | 20 | 101 |
| Binary | 10110010 | 10110101 | 10011000 | 10 | 0 | 10000 | 11101 | 1000010 | 10000 | 1000001 |
Color Harmonies of #B2B598
Complementary color
Monochromatic Colors of #B2B598
Black with #B2B598
Text Example
Text Example
White with #B2B598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B598; }
p { color: rgb(178,181,152); }
H1.HeaderClassName
{
color: #B2B598;
}
.AnyTagClassName
{
color: #B2B598;
}
</style>
background-color css
<style>
a { background-color: #B2B598; }
a { background-color: rgb(178,181,152); }
div.DivClassName
{
background-color: #B2B598;
}
.BgClassName
{
background-color: #B2B598;
}
</style>
border-color css
<style>
span { border-color: #B2B598; }
span { border-color: rgb(178,181,152); }
td.TdClassName
{
border-color: #B2B598;
}
.TagClassName
{
border-color: #B2B598;
}
</style>