Shades of Sprout #C5D39A
Tints of Sprout #C5D39A
RGB
CMYK
RGB Variations
Color information
#C5D39A (or 0xC5D39A) is known color: Sprout. HEX triplet: C5, D3 and 9A. RGB value is (197,211,154). Sum of RGB (Red+Green+Blue) = 197+211+154=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 154 (60.55% from 255 or 27.40% from 562); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D39A is #3A2C65. Grayscale: #C8C8C8. Windows color (decimal): -3812454 or 10146757. OLE color: 10146757.
HSL color Cylindrical-coordinate representation of color #C5D39A: hue angle of 74.74º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5D39A is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 211 | 154 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.17 |
| HSL | 74.74º | 0.39% | 0.72% | - |
| HSV(B) | 74.74º | 0.27% | 0.83% | - |
| XYZ | 52.15 | 60.79 | 39.56 | - |
| YUV | 200.32 | 101.86 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 211 | 154 | 0.07 | 0 | 0.27 | 0.17 | 74.74 | 0.39 | 0.72 |
| Hex | C5 | D3 | 9A | 7 | 0 | 1B | 11 | 4B | 27 | 48 |
| Octal | 305 | 323 | 232 | 7 | 0 | 33 | 21 | 113 | 47 | 110 |
| Binary | 11000101 | 11010011 | 10011010 | 111 | 0 | 11011 | 10001 | 1001011 | 100111 | 1001000 |
Color Harmonies of #C5D39A
Complementary color
Monochromatic Colors of #C5D39A
Black with #C5D39A
Text Example
Text Example
White with #C5D39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D39A; }
p { color: rgb(197,211,154); }
H1.HeaderClassName
{
color: #C5D39A;
}
.AnyTagClassName
{
color: #C5D39A;
}
</style>
background-color css
<style>
a { background-color: #C5D39A; }
a { background-color: rgb(197,211,154); }
div.DivClassName
{
background-color: #C5D39A;
}
.BgClassName
{
background-color: #C5D39A;
}
</style>
border-color css
<style>
span { border-color: #C5D39A; }
span { border-color: rgb(197,211,154); }
td.TdClassName
{
border-color: #C5D39A;
}
.TagClassName
{
border-color: #C5D39A;
}
</style>