Shades of Green Spring #B0B594
Tints of Green Spring #B0B594
RGB
CMYK
RGB Variations
Color information
#B0B594 (or 0xB0B594) is known color: Green Spring. HEX triplet: B0, B5 and 94. RGB value is (176,181,148). Sum of RGB (Red+Green+Blue) = 176+181+148=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B594 is #4F4A6B. Grayscale: #AFAFAF. Windows color (decimal): -5196396 or 9745840. OLE color: 9745840.
HSL color Cylindrical-coordinate representation of color #B0B594: hue angle of 69.09º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0B594 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 181 | 148 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.29 |
| HSL | 69.09º | 0.18% | 0.65% | - |
| HSV(B) | 69.09º | 0.18% | 0.71% | - |
| XYZ | 39.77 | 44.42 | 34.49 | - |
| YUV | 175.74 | 112.34 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 181 | 148 | 0.03 | 0 | 0.18 | 0.29 | 69.09 | 0.18 | 0.65 |
| Hex | B0 | B5 | 94 | 3 | 0 | 12 | 1D | 45 | 12 | 41 |
| Octal | 260 | 265 | 224 | 3 | 0 | 22 | 35 | 105 | 22 | 101 |
| Binary | 10110000 | 10110101 | 10010100 | 11 | 0 | 10010 | 11101 | 1000101 | 10010 | 1000001 |
Color Harmonies of #B0B594
Complementary color
Monochromatic Colors of #B0B594
Black with #B0B594
Text Example
Text Example
White with #B0B594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B594; }
p { color: rgb(176,181,148); }
H1.HeaderClassName
{
color: #B0B594;
}
.AnyTagClassName
{
color: #B0B594;
}
</style>
background-color css
<style>
a { background-color: #B0B594; }
a { background-color: rgb(176,181,148); }
div.DivClassName
{
background-color: #B0B594;
}
.BgClassName
{
background-color: #B0B594;
}
</style>
border-color css
<style>
span { border-color: #B0B594; }
span { border-color: rgb(176,181,148); }
td.TdClassName
{
border-color: #B0B594;
}
.TagClassName
{
border-color: #B0B594;
}
</style>