Shades of Sprout #B5C399
Tints of Sprout #B5C399
RGB
CMYK
RGB Variations
Color information
#B5C399 (or 0xB5C399) is known color: Sprout. HEX triplet: B5, C3 and 99. RGB value is (181,195,153). Sum of RGB (Red+Green+Blue) = 181+195+153=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C399 is #4A3C66. Grayscale: #BABABA. Windows color (decimal): -4865127 or 10077109. OLE color: 10077109.
HSL color Cylindrical-coordinate representation of color #B5C399: hue angle of 80º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5C399 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 195 | 153 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.24 |
| HSL | 80º | 0.26% | 0.68% | - |
| HSV(B) | 80º | 0.22% | 0.76% | - |
| XYZ | 44.32 | 51.15 | 37.67 | - |
| YUV | 186.03 | 109.36 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 195 | 153 | 0.07 | 0 | 0.22 | 0.24 | 80 | 0.26 | 0.68 |
| Hex | B5 | C3 | 99 | 7 | 0 | 16 | 18 | 50 | 1A | 44 |
| Octal | 265 | 303 | 231 | 7 | 0 | 26 | 30 | 120 | 32 | 104 |
| Binary | 10110101 | 11000011 | 10011001 | 111 | 0 | 10110 | 11000 | 1010000 | 11010 | 1000100 |
Color Harmonies of #B5C399
Complementary color
Monochromatic Colors of #B5C399
Black with #B5C399
Text Example
Text Example
White with #B5C399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C399; }
p { color: rgb(181,195,153); }
H1.HeaderClassName
{
color: #B5C399;
}
.AnyTagClassName
{
color: #B5C399;
}
</style>
background-color css
<style>
a { background-color: #B5C399; }
a { background-color: rgb(181,195,153); }
div.DivClassName
{
background-color: #B5C399;
}
.BgClassName
{
background-color: #B5C399;
}
</style>
border-color css
<style>
span { border-color: #B5C399; }
span { border-color: rgb(181,195,153); }
td.TdClassName
{
border-color: #B5C399;
}
.TagClassName
{
border-color: #B5C399;
}
</style>