Shades of Green Spring #B3B995
Tints of Green Spring #B3B995
RGB
CMYK
RGB Variations
Color information
#B3B995 (or 0xB3B995) is known color: Green Spring. HEX triplet: B3, B9 and 95. RGB value is (179,185,149). Sum of RGB (Red+Green+Blue) = 179+185+149=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 185 - color contains mainly: green. Hex color #B3B995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B995 is #4C466A. Grayscale: #B3B3B3. Windows color (decimal): -4998763 or 9812403. OLE color: 9812403.
HSL color Cylindrical-coordinate representation of color #B3B995: hue angle of 70º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3B995 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 185 | 149 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.27 |
| HSL | 70º | 0.2% | 0.65% | - |
| HSV(B) | 70º | 0.19% | 0.73% | - |
| XYZ | 41.36 | 46.45 | 35.22 | - |
| YUV | 179.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 185 | 149 | 0.03 | 0 | 0.19 | 0.27 | 70 | 0.2 | 0.65 |
| Hex | B3 | B9 | 95 | 3 | 0 | 13 | 1B | 46 | 14 | 41 |
| Octal | 263 | 271 | 225 | 3 | 0 | 23 | 33 | 106 | 24 | 101 |
| Binary | 10110011 | 10111001 | 10010101 | 11 | 0 | 10011 | 11011 | 1000110 | 10100 | 1000001 |
Color Harmonies of #B3B995
Complementary color
Monochromatic Colors of #B3B995
Black with #B3B995
Text Example
Text Example
White with #B3B995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B995; }
p { color: rgb(179,185,149); }
H1.HeaderClassName
{
color: #B3B995;
}
.AnyTagClassName
{
color: #B3B995;
}
</style>
background-color css
<style>
a { background-color: #B3B995; }
a { background-color: rgb(179,185,149); }
div.DivClassName
{
background-color: #B3B995;
}
.BgClassName
{
background-color: #B3B995;
}
</style>
border-color css
<style>
span { border-color: #B3B995; }
span { border-color: rgb(179,185,149); }
td.TdClassName
{
border-color: #B3B995;
}
.TagClassName
{
border-color: #B3B995;
}
</style>