Shades of Sprout #C5D89A
Tints of Sprout #C5D89A
RGB
CMYK
RGB Variations
Color information
#C5D89A (or 0xC5D89A) is known color: Sprout. HEX triplet: C5, D8 and 9A. RGB value is (197,216,154). Sum of RGB (Red+Green+Blue) = 197+216+154=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 216 (84.77% from 255 or 38.10% from 567); Blue value is 154 (60.55% from 255 or 27.16% from 567); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D89A is #3A2765. Grayscale: #CBCBCB. Windows color (decimal): -3811174 or 10148037. OLE color: 10148037.
HSL color Cylindrical-coordinate representation of color #C5D89A: hue angle of 78.39º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5D89A is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 216 | 154 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.15 |
| HSL | 78.39º | 0.44% | 0.73% | - |
| HSV(B) | 78.39º | 0.29% | 0.85% | - |
| XYZ | 53.41 | 63.32 | 39.98 | - |
| YUV | 203.25 | 100.21 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 216 | 154 | 0.09 | 0 | 0.29 | 0.15 | 78.39 | 0.44 | 0.73 |
| Hex | C5 | D8 | 9A | 9 | 0 | 1D | F | 4E | 2C | 49 |
| Octal | 305 | 330 | 232 | 11 | 0 | 35 | 17 | 116 | 54 | 111 |
| Binary | 11000101 | 11011000 | 10011010 | 1001 | 0 | 11101 | 1111 | 1001110 | 101100 | 1001001 |
Color Harmonies of #C5D89A
Complementary color
Monochromatic Colors of #C5D89A
Black with #C5D89A
Text Example
Text Example
White with #C5D89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D89A; }
p { color: rgb(197,216,154); }
H1.HeaderClassName
{
color: #C5D89A;
}
.AnyTagClassName
{
color: #C5D89A;
}
</style>
background-color css
<style>
a { background-color: #C5D89A; }
a { background-color: rgb(197,216,154); }
div.DivClassName
{
background-color: #C5D89A;
}
.BgClassName
{
background-color: #C5D89A;
}
</style>
border-color css
<style>
span { border-color: #C5D89A; }
span { border-color: rgb(197,216,154); }
td.TdClassName
{
border-color: #C5D89A;
}
.TagClassName
{
border-color: #C5D89A;
}
</style>