Shades of Sprout #B5C59A
Tints of Sprout #B5C59A
RGB
CMYK
RGB Variations
Color information
#B5C59A (or 0xB5C59A) is known color: Sprout. HEX triplet: B5, C5 and 9A. RGB value is (181,197,154). Sum of RGB (Red+Green+Blue) = 181+197+154=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 154 (60.55% from 255 or 28.95% from 532); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C59A is #4A3A65. Grayscale: #BBBBBB. Windows color (decimal): -4864614 or 10143157. OLE color: 10143157.
HSL color Cylindrical-coordinate representation of color #B5C59A: hue angle of 82.33º 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 #B5C59A is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 197 | 154 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.23 |
| HSL | 82.33º | 0.27% | 0.69% | - |
| HSV(B) | 82.33º | 0.22% | 0.77% | - |
| XYZ | 44.86 | 52.09 | 38.26 | - |
| YUV | 187.31 | 109.2 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 197 | 154 | 0.08 | 0 | 0.22 | 0.23 | 82.33 | 0.27 | 0.69 |
| Hex | B5 | C5 | 9A | 8 | 0 | 16 | 17 | 52 | 1B | 45 |
| Octal | 265 | 305 | 232 | 10 | 0 | 26 | 27 | 122 | 33 | 105 |
| Binary | 10110101 | 11000101 | 10011010 | 1000 | 0 | 10110 | 10111 | 1010010 | 11011 | 1000101 |
Color Harmonies of #B5C59A
Complementary color
Monochromatic Colors of #B5C59A
Black with #B5C59A
Text Example
Text Example
White with #B5C59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C59A; }
p { color: rgb(181,197,154); }
H1.HeaderClassName
{
color: #B5C59A;
}
.AnyTagClassName
{
color: #B5C59A;
}
</style>
background-color css
<style>
a { background-color: #B5C59A; }
a { background-color: rgb(181,197,154); }
div.DivClassName
{
background-color: #B5C59A;
}
.BgClassName
{
background-color: #B5C59A;
}
</style>
border-color css
<style>
span { border-color: #B5C59A; }
span { border-color: rgb(181,197,154); }
td.TdClassName
{
border-color: #B5C59A;
}
.TagClassName
{
border-color: #B5C59A;
}
</style>