Shades of Sprout #B5C99D
Tints of Sprout #B5C99D
RGB
CMYK
RGB Variations
Color information
#B5C99D (or 0xB5C99D) is known color: Sprout. HEX triplet: B5, C9 and 9D. RGB value is (181,201,157). Sum of RGB (Red+Green+Blue) = 181+201+157=539 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.58% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C99D is #4A3662. Grayscale: #BEBEBE. Windows color (decimal): -4863587 or 10340789. OLE color: 10340789.
HSL color Cylindrical-coordinate representation of color #B5C99D: hue angle of 87.27º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5C99D is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 201 | 157 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.21 |
| HSL | 87.27º | 0.29% | 0.7% | - |
| HSV(B) | 87.27º | 0.22% | 0.79% | - |
| XYZ | 46.03 | 54.03 | 39.9 | - |
| YUV | 190 | 109.37 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 201 | 157 | 0.10 | 0 | 0.22 | 0.21 | 87.27 | 0.29 | 0.7 |
| Hex | B5 | C9 | 9D | A | 0 | 16 | 15 | 57 | 1D | 46 |
| Octal | 265 | 311 | 235 | 12 | 0 | 26 | 25 | 127 | 35 | 106 |
| Binary | 10110101 | 11001001 | 10011101 | 1010 | 0 | 10110 | 10101 | 1010111 | 11101 | 1000110 |
Color Harmonies of #B5C99D
Complementary color
Monochromatic Colors of #B5C99D
Black with #B5C99D
Text Example
Text Example
White with #B5C99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C99D; }
p { color: rgb(181,201,157); }
H1.HeaderClassName
{
color: #B5C99D;
}
.AnyTagClassName
{
color: #B5C99D;
}
</style>
background-color css
<style>
a { background-color: #B5C99D; }
a { background-color: rgb(181,201,157); }
div.DivClassName
{
background-color: #B5C99D;
}
.BgClassName
{
background-color: #B5C99D;
}
</style>
border-color css
<style>
span { border-color: #B5C99D; }
span { border-color: rgb(181,201,157); }
td.TdClassName
{
border-color: #B5C99D;
}
.TagClassName
{
border-color: #B5C99D;
}
</style>