Shades of Green Spring #B1B790
Tints of Green Spring #B1B790
RGB
CMYK
RGB Variations
Color information
#B1B790 (or 0xB1B790) is known color: Green Spring. HEX triplet: B1, B7 and 90. RGB value is (177,183,144). Sum of RGB (Red+Green+Blue) = 177+183+144=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B790 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B790 is #4E486F. Grayscale: #B0B0B0. Windows color (decimal): -5130352 or 9484209. OLE color: 9484209.
HSL color Cylindrical-coordinate representation of color #B1B790: hue angle of 69.23º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1B790 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 183 | 144 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.28 |
| HSL | 69.23º | 0.21% | 0.64% | - |
| HSV(B) | 69.23º | 0.21% | 0.72% | - |
| XYZ | 40.1 | 45.23 | 33 | - |
| YUV | 176.76 | 109.51 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 183 | 144 | 0.03 | 0 | 0.21 | 0.28 | 69.23 | 0.21 | 0.64 |
| Hex | B1 | B7 | 90 | 3 | 0 | 15 | 1C | 45 | 15 | 40 |
| Octal | 261 | 267 | 220 | 3 | 0 | 25 | 34 | 105 | 25 | 100 |
| Binary | 10110001 | 10110111 | 10010000 | 11 | 0 | 10101 | 11100 | 1000101 | 10101 | 1000000 |
Color Harmonies of #B1B790
Complementary color
Monochromatic Colors of #B1B790
Black with #B1B790
Text Example
Text Example
White with #B1B790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B790; }
p { color: rgb(177,183,144); }
H1.HeaderClassName
{
color: #B1B790;
}
.AnyTagClassName
{
color: #B1B790;
}
</style>
background-color css
<style>
a { background-color: #B1B790; }
a { background-color: rgb(177,183,144); }
div.DivClassName
{
background-color: #B1B790;
}
.BgClassName
{
background-color: #B1B790;
}
</style>
border-color css
<style>
span { border-color: #B1B790; }
span { border-color: rgb(177,183,144); }
td.TdClassName
{
border-color: #B1B790;
}
.TagClassName
{
border-color: #B1B790;
}
</style>