Shades of Sprout #B5CA99
Tints of Sprout #B5CA99
RGB
CMYK
RGB Variations
Color information
#B5CA99 (or 0xB5CA99) is known color: Sprout. HEX triplet: B5, CA and 99. RGB value is (181,202,153). Sum of RGB (Red+Green+Blue) = 181+202+153=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CA99 is #4A3566. Grayscale: #BEBEBE. Windows color (decimal): -4863335 or 10078901. OLE color: 10078901.
HSL color Cylindrical-coordinate representation of color #B5CA99: hue angle of 85.71º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5CA99 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 202 | 153 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.21 |
| HSL | 85.71º | 0.32% | 0.7% | - |
| HSV(B) | 85.71º | 0.24% | 0.79% | - |
| XYZ | 45.93 | 54.36 | 38.21 | - |
| YUV | 190.14 | 107.04 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 202 | 153 | 0.10 | 0 | 0.24 | 0.21 | 85.71 | 0.32 | 0.7 |
| Hex | B5 | CA | 99 | A | 0 | 18 | 15 | 56 | 20 | 46 |
| Octal | 265 | 312 | 231 | 12 | 0 | 30 | 25 | 126 | 40 | 106 |
| Binary | 10110101 | 11001010 | 10011001 | 1010 | 0 | 11000 | 10101 | 1010110 | 100000 | 1000110 |
Color Harmonies of #B5CA99
Complementary color
Monochromatic Colors of #B5CA99
Black with #B5CA99
Text Example
Text Example
White with #B5CA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CA99; }
p { color: rgb(181,202,153); }
H1.HeaderClassName
{
color: #B5CA99;
}
.AnyTagClassName
{
color: #B5CA99;
}
</style>
background-color css
<style>
a { background-color: #B5CA99; }
a { background-color: rgb(181,202,153); }
div.DivClassName
{
background-color: #B5CA99;
}
.BgClassName
{
background-color: #B5CA99;
}
</style>
border-color css
<style>
span { border-color: #B5CA99; }
span { border-color: rgb(181,202,153); }
td.TdClassName
{
border-color: #B5CA99;
}
.TagClassName
{
border-color: #B5CA99;
}
</style>