Shades of Green Spring #B1B39A
Tints of Green Spring #B1B39A
RGB
CMYK
RGB Variations
Color information
#B1B39A (or 0xB1B39A) is known color: Green Spring. HEX triplet: B1, B3 and 9A. RGB value is (177,179,154). Sum of RGB (Red+Green+Blue) = 177+179+154=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 179 - color contains mainly: green. Hex color #B1B39A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B39A is #4E4C65. Grayscale: #AFAFAF. Windows color (decimal): -5131366 or 10138545. OLE color: 10138545.
HSL color Cylindrical-coordinate representation of color #B1B39A: hue angle of 64.8º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1B39A is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 179 | 154 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.30 |
| HSL | 64.8º | 0.14% | 0.65% | - |
| HSV(B) | 64.8º | 0.14% | 0.7% | - |
| XYZ | 40.08 | 43.92 | 36.94 | - |
| YUV | 175.55 | 115.84 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 179 | 154 | 0.01 | 0 | 0.14 | 0.30 | 64.8 | 0.14 | 0.65 |
| Hex | B1 | B3 | 9A | 1 | 0 | E | 1E | 41 | E | 41 |
| Octal | 261 | 263 | 232 | 1 | 0 | 16 | 36 | 101 | 16 | 101 |
| Binary | 10110001 | 10110011 | 10011010 | 1 | 0 | 1110 | 11110 | 1000001 | 1110 | 1000001 |
Color Harmonies of #B1B39A
Complementary color
Monochromatic Colors of #B1B39A
Black with #B1B39A
Text Example
Text Example
White with #B1B39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B39A; }
p { color: rgb(177,179,154); }
H1.HeaderClassName
{
color: #B1B39A;
}
.AnyTagClassName
{
color: #B1B39A;
}
</style>
background-color css
<style>
a { background-color: #B1B39A; }
a { background-color: rgb(177,179,154); }
div.DivClassName
{
background-color: #B1B39A;
}
.BgClassName
{
background-color: #B1B39A;
}
</style>
border-color css
<style>
span { border-color: #B1B39A; }
span { border-color: rgb(177,179,154); }
td.TdClassName
{
border-color: #B1B39A;
}
.TagClassName
{
border-color: #B1B39A;
}
</style>