Shades of Green Spring #B2B998
Tints of Green Spring #B2B998
RGB
CMYK
RGB Variations
Color information
#B2B998 (or 0xB2B998) is known color: Green Spring. HEX triplet: B2, B9 and 98. RGB value is (178,185,152). Sum of RGB (Red+Green+Blue) = 178+185+152=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 152 (59.77% from 255 or 29.51% from 515); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B998 is #4D4667. Grayscale: #B3B3B3. Windows color (decimal): -5064296 or 10009010. OLE color: 10009010.
HSL color Cylindrical-coordinate representation of color #B2B998: hue angle of 72.73º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2B998 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 185 | 152 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.27 |
| HSL | 72.73º | 0.19% | 0.66% | - |
| HSV(B) | 72.73º | 0.18% | 0.73% | - |
| XYZ | 41.38 | 46.43 | 36.49 | - |
| YUV | 179.15 | 112.68 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 152 | 0.04 | 0 | 0.18 | 0.27 | 72.73 | 0.19 | 0.66 |
| Hex | B2 | B9 | 98 | 4 | 0 | 12 | 1B | 49 | 13 | 42 |
| Octal | 262 | 271 | 230 | 4 | 0 | 22 | 33 | 111 | 23 | 102 |
| Binary | 10110010 | 10111001 | 10011000 | 100 | 0 | 10010 | 11011 | 1001001 | 10011 | 1000010 |
Color Harmonies of #B2B998
Complementary color
Monochromatic Colors of #B2B998
Black with #B2B998
Text Example
Text Example
White with #B2B998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B998; }
p { color: rgb(178,185,152); }
H1.HeaderClassName
{
color: #B2B998;
}
.AnyTagClassName
{
color: #B2B998;
}
</style>
background-color css
<style>
a { background-color: #B2B998; }
a { background-color: rgb(178,185,152); }
div.DivClassName
{
background-color: #B2B998;
}
.BgClassName
{
background-color: #B2B998;
}
</style>
border-color css
<style>
span { border-color: #B2B998; }
span { border-color: rgb(178,185,152); }
td.TdClassName
{
border-color: #B2B998;
}
.TagClassName
{
border-color: #B2B998;
}
</style>