Shades of Sprout #B0C59A
Tints of Sprout #B0C59A
RGB
CMYK
RGB Variations
Color information
#B0C59A (or 0xB0C59A) is known color: Sprout. HEX triplet: B0, C5 and 9A. RGB value is (176,197,154). Sum of RGB (Red+Green+Blue) = 176+197+154=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C59A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C59A is #4F3A65. Grayscale: #B9B9B9. Windows color (decimal): -5192294 or 10143152. OLE color: 10143152.
HSL color Cylindrical-coordinate representation of color #B0C59A: hue angle of 89.3º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0C59A is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 197 | 154 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.23 |
| HSL | 89.3º | 0.27% | 0.69% | - |
| HSV(B) | 89.3º | 0.22% | 0.77% | - |
| XYZ | 43.7 | 51.5 | 38.21 | - |
| YUV | 185.82 | 110.04 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 197 | 154 | 0.11 | 0 | 0.22 | 0.23 | 89.3 | 0.27 | 0.69 |
| Hex | B0 | C5 | 9A | B | 0 | 16 | 17 | 59 | 1B | 45 |
| Octal | 260 | 305 | 232 | 13 | 0 | 26 | 27 | 131 | 33 | 105 |
| Binary | 10110000 | 11000101 | 10011010 | 1011 | 0 | 10110 | 10111 | 1011001 | 11011 | 1000101 |
Color Harmonies of #B0C59A
Complementary color
Monochromatic Colors of #B0C59A
Black with #B0C59A
Text Example
Text Example
White with #B0C59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C59A; }
p { color: rgb(176,197,154); }
H1.HeaderClassName
{
color: #B0C59A;
}
.AnyTagClassName
{
color: #B0C59A;
}
</style>
background-color css
<style>
a { background-color: #B0C59A; }
a { background-color: rgb(176,197,154); }
div.DivClassName
{
background-color: #B0C59A;
}
.BgClassName
{
background-color: #B0C59A;
}
</style>
border-color css
<style>
span { border-color: #B0C59A; }
span { border-color: rgb(176,197,154); }
td.TdClassName
{
border-color: #B0C59A;
}
.TagClassName
{
border-color: #B0C59A;
}
</style>