Shades of Sprout #C1D99A
Tints of Sprout #C1D99A
RGB
CMYK
RGB Variations
Color information
#C1D99A (or 0xC1D99A) is known color: Sprout. HEX triplet: C1, D9 and 9A. RGB value is (193,217,154). Sum of RGB (Red+Green+Blue) = 193+217+154=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 154 (60.55% from 255 or 27.30% from 564); Max value from RGB is 217 - color contains mainly: green. Hex color #C1D99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D99A is #3E2665. Grayscale: #CACACA. Windows color (decimal): -4073062 or 10148289. OLE color: 10148289.
HSL color Cylindrical-coordinate representation of color #C1D99A: hue angle of 82.86º degrees, saturation: 0.45, 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 #C1D99A is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 217 | 154 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.15 |
| HSL | 82.86º | 0.45% | 0.73% | - |
| HSV(B) | 82.86º | 0.29% | 0.85% | - |
| XYZ | 52.64 | 63.3 | 40.01 | - |
| YUV | 202.64 | 100.55 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 217 | 154 | 0.11 | 0 | 0.29 | 0.15 | 82.86 | 0.45 | 0.73 |
| Hex | C1 | D9 | 9A | B | 0 | 1D | F | 53 | 2D | 49 |
| Octal | 301 | 331 | 232 | 13 | 0 | 35 | 17 | 123 | 55 | 111 |
| Binary | 11000001 | 11011001 | 10011010 | 1011 | 0 | 11101 | 1111 | 1010011 | 101101 | 1001001 |
Color Harmonies of #C1D99A
Complementary color
Monochromatic Colors of #C1D99A
Black with #C1D99A
Text Example
Text Example
White with #C1D99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D99A; }
p { color: rgb(193,217,154); }
H1.HeaderClassName
{
color: #C1D99A;
}
.AnyTagClassName
{
color: #C1D99A;
}
</style>
background-color css
<style>
a { background-color: #C1D99A; }
a { background-color: rgb(193,217,154); }
div.DivClassName
{
background-color: #C1D99A;
}
.BgClassName
{
background-color: #C1D99A;
}
</style>
border-color css
<style>
span { border-color: #C1D99A; }
span { border-color: rgb(193,217,154); }
td.TdClassName
{
border-color: #C1D99A;
}
.TagClassName
{
border-color: #C1D99A;
}
</style>