Shades of Sprout #B5C59C
Tints of Sprout #B5C59C
RGB
CMYK
RGB Variations
Color information
#B5C59C (or 0xB5C59C) is known color: Sprout. HEX triplet: B5, C5 and 9C. RGB value is (181,197,156). Sum of RGB (Red+Green+Blue) = 181+197+156=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C59C is #4A3A63. Grayscale: #BBBBBB. Windows color (decimal): -4864612 or 10274229. OLE color: 10274229.
HSL color Cylindrical-coordinate representation of color #B5C59C: hue angle of 83.41º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5C59C is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 197 | 156 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.23 |
| HSL | 83.41º | 0.26% | 0.69% | - |
| HSV(B) | 83.41º | 0.21% | 0.77% | - |
| XYZ | 45.02 | 52.16 | 39.15 | - |
| YUV | 187.54 | 110.2 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 197 | 156 | 0.08 | 0 | 0.21 | 0.23 | 83.41 | 0.26 | 0.69 |
| Hex | B5 | C5 | 9C | 8 | 0 | 15 | 17 | 53 | 1A | 45 |
| Octal | 265 | 305 | 234 | 10 | 0 | 25 | 27 | 123 | 32 | 105 |
| Binary | 10110101 | 11000101 | 10011100 | 1000 | 0 | 10101 | 10111 | 1010011 | 11010 | 1000101 |
Color Harmonies of #B5C59C
Complementary color
Monochromatic Colors of #B5C59C
Black with #B5C59C
Text Example
Text Example
White with #B5C59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C59C; }
p { color: rgb(181,197,156); }
H1.HeaderClassName
{
color: #B5C59C;
}
.AnyTagClassName
{
color: #B5C59C;
}
</style>
background-color css
<style>
a { background-color: #B5C59C; }
a { background-color: rgb(181,197,156); }
div.DivClassName
{
background-color: #B5C59C;
}
.BgClassName
{
background-color: #B5C59C;
}
</style>
border-color css
<style>
span { border-color: #B5C59C; }
span { border-color: rgb(181,197,156); }
td.TdClassName
{
border-color: #B5C59C;
}
.TagClassName
{
border-color: #B5C59C;
}
</style>