Shades of Sprout #B2C59F
Tints of Sprout #B2C59F
RGB
CMYK
RGB Variations
Color information
#B2C59F (or 0xB2C59F) is known color: Sprout. HEX triplet: B2, C5 and 9F. RGB value is (178,197,159). Sum of RGB (Red+Green+Blue) = 178+197+159=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C59F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C59F is #4D3A60. Grayscale: #BBBBBB. Windows color (decimal): -5061217 or 10470834. OLE color: 10470834.
HSL color Cylindrical-coordinate representation of color #B2C59F: hue angle of 90º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2C59F is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 197 | 159 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.23 |
| HSL | 90º | 0.25% | 0.7% | - |
| HSV(B) | 90º | 0.19% | 0.77% | - |
| XYZ | 44.58 | 51.9 | 40.47 | - |
| YUV | 186.99 | 112.21 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 197 | 159 | 0.10 | 0 | 0.19 | 0.23 | 90 | 0.25 | 0.7 |
| Hex | B2 | C5 | 9F | A | 0 | 13 | 17 | 5A | 19 | 46 |
| Octal | 262 | 305 | 237 | 12 | 0 | 23 | 27 | 132 | 31 | 106 |
| Binary | 10110010 | 11000101 | 10011111 | 1010 | 0 | 10011 | 10111 | 1011010 | 11001 | 1000110 |
Color Harmonies of #B2C59F
Complementary color
Monochromatic Colors of #B2C59F
Black with #B2C59F
Text Example
Text Example
White with #B2C59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C59F; }
p { color: rgb(178,197,159); }
H1.HeaderClassName
{
color: #B2C59F;
}
.AnyTagClassName
{
color: #B2C59F;
}
</style>
background-color css
<style>
a { background-color: #B2C59F; }
a { background-color: rgb(178,197,159); }
div.DivClassName
{
background-color: #B2C59F;
}
.BgClassName
{
background-color: #B2C59F;
}
</style>
border-color css
<style>
span { border-color: #B2C59F; }
span { border-color: rgb(178,197,159); }
td.TdClassName
{
border-color: #B2C59F;
}
.TagClassName
{
border-color: #B2C59F;
}
</style>