Shades of Green Spring #B2BD98
Tints of Green Spring #B2BD98
RGB
CMYK
RGB Variations
Color information
#B2BD98 (or 0xB2BD98) is known color: Green Spring. HEX triplet: B2, BD and 98. RGB value is (178,189,152). Sum of RGB (Red+Green+Blue) = 178+189+152=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BD98 is #4D4267. Grayscale: #B5B5B5. Windows color (decimal): -5063272 or 10010034. OLE color: 10010034.
HSL color Cylindrical-coordinate representation of color #B2BD98: hue angle of 77.84º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2BD98 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 189 | 152 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.26 |
| HSL | 77.84º | 0.22% | 0.67% | - |
| HSV(B) | 77.84º | 0.2% | 0.74% | - |
| XYZ | 42.23 | 48.13 | 36.77 | - |
| YUV | 181.49 | 111.36 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 189 | 152 | 0.06 | 0 | 0.20 | 0.26 | 77.84 | 0.22 | 0.67 |
| Hex | B2 | BD | 98 | 6 | 0 | 14 | 1A | 4E | 16 | 43 |
| Octal | 262 | 275 | 230 | 6 | 0 | 24 | 32 | 116 | 26 | 103 |
| Binary | 10110010 | 10111101 | 10011000 | 110 | 0 | 10100 | 11010 | 1001110 | 10110 | 1000011 |
Color Harmonies of #B2BD98
Complementary color
Monochromatic Colors of #B2BD98
Black with #B2BD98
Text Example
Text Example
White with #B2BD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BD98; }
p { color: rgb(178,189,152); }
H1.HeaderClassName
{
color: #B2BD98;
}
.AnyTagClassName
{
color: #B2BD98;
}
</style>
background-color css
<style>
a { background-color: #B2BD98; }
a { background-color: rgb(178,189,152); }
div.DivClassName
{
background-color: #B2BD98;
}
.BgClassName
{
background-color: #B2BD98;
}
</style>
border-color css
<style>
span { border-color: #B2BD98; }
span { border-color: rgb(178,189,152); }
td.TdClassName
{
border-color: #B2BD98;
}
.TagClassName
{
border-color: #B2BD98;
}
</style>