Shades of Green Spring #B2B994
Tints of Green Spring #B2B994
RGB
CMYK
RGB Variations
Color information
#B2B994 (or 0xB2B994) is known color: Green Spring. HEX triplet: B2, B9 and 94. RGB value is (178,185,148). Sum of RGB (Red+Green+Blue) = 178+185+148=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B994 is #4D466B. Grayscale: #B2B2B2. Windows color (decimal): -5064300 or 9746866. OLE color: 9746866.
HSL color Cylindrical-coordinate representation of color #B2B994: hue angle of 71.35º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2B994 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 185 | 148 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.27 |
| HSL | 71.35º | 0.21% | 0.65% | - |
| HSV(B) | 71.35º | 0.2% | 0.73% | - |
| XYZ | 41.05 | 46.3 | 34.79 | - |
| YUV | 178.69 | 110.68 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 148 | 0.04 | 0 | 0.20 | 0.27 | 71.35 | 0.21 | 0.65 |
| Hex | B2 | B9 | 94 | 4 | 0 | 14 | 1B | 47 | 15 | 41 |
| Octal | 262 | 271 | 224 | 4 | 0 | 24 | 33 | 107 | 25 | 101 |
| Binary | 10110010 | 10111001 | 10010100 | 100 | 0 | 10100 | 11011 | 1000111 | 10101 | 1000001 |
Color Harmonies of #B2B994
Complementary color
Monochromatic Colors of #B2B994
Black with #B2B994
Text Example
Text Example
White with #B2B994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B994; }
p { color: rgb(178,185,148); }
H1.HeaderClassName
{
color: #B2B994;
}
.AnyTagClassName
{
color: #B2B994;
}
</style>
background-color css
<style>
a { background-color: #B2B994; }
a { background-color: rgb(178,185,148); }
div.DivClassName
{
background-color: #B2B994;
}
.BgClassName
{
background-color: #B2B994;
}
</style>
border-color css
<style>
span { border-color: #B2B994; }
span { border-color: rgb(178,185,148); }
td.TdClassName
{
border-color: #B2B994;
}
.TagClassName
{
border-color: #B2B994;
}
</style>