Shades of Sprout #B5C299
Tints of Sprout #B5C299
RGB
CMYK
RGB Variations
Color information
#B5C299 (or 0xB5C299) is known color: Sprout. HEX triplet: B5, C2 and 99. RGB value is (181,194,153). Sum of RGB (Red+Green+Blue) = 181+194+153=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C299 is #4A3D66. Grayscale: #B9B9B9. Windows color (decimal): -4865383 or 10076853. OLE color: 10076853.
HSL color Cylindrical-coordinate representation of color #B5C299: hue angle of 79.02º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5C299 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 153 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.24 |
| HSL | 79.02º | 0.25% | 0.68% | - |
| HSV(B) | 79.02º | 0.21% | 0.76% | - |
| XYZ | 44.1 | 50.71 | 37.6 | - |
| YUV | 185.44 | 109.69 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 153 | 0.07 | 0 | 0.21 | 0.24 | 79.02 | 0.25 | 0.68 |
| Hex | B5 | C2 | 99 | 7 | 0 | 15 | 18 | 4F | 19 | 44 |
| Octal | 265 | 302 | 231 | 7 | 0 | 25 | 30 | 117 | 31 | 104 |
| Binary | 10110101 | 11000010 | 10011001 | 111 | 0 | 10101 | 11000 | 1001111 | 11001 | 1000100 |
Color Harmonies of #B5C299
Complementary color
Monochromatic Colors of #B5C299
Black with #B5C299
Text Example
Text Example
White with #B5C299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C299; }
p { color: rgb(181,194,153); }
H1.HeaderClassName
{
color: #B5C299;
}
.AnyTagClassName
{
color: #B5C299;
}
</style>
background-color css
<style>
a { background-color: #B5C299; }
a { background-color: rgb(181,194,153); }
div.DivClassName
{
background-color: #B5C299;
}
.BgClassName
{
background-color: #B5C299;
}
</style>
border-color css
<style>
span { border-color: #B5C299; }
span { border-color: rgb(181,194,153); }
td.TdClassName
{
border-color: #B5C299;
}
.TagClassName
{
border-color: #B5C299;
}
</style>