Shades of Sprout #C1CE9A
Tints of Sprout #C1CE9A
RGB
CMYK
RGB Variations
Color information
#C1CE9A (or 0xC1CE9A) is known color: Sprout. HEX triplet: C1, CE and 9A. RGB value is (193,206,154). Sum of RGB (Red+Green+Blue) = 193+206+154=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CE9A is #3E3165. Grayscale: #C4C4C4. Windows color (decimal): -4075878 or 10145473. OLE color: 10145473.
HSL color Cylindrical-coordinate representation of color #C1CE9A: hue angle of 75º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C1CE9A is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 206 | 154 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.19 |
| HSL | 75º | 0.35% | 0.71% | - |
| HSV(B) | 75º | 0.25% | 0.81% | - |
| XYZ | 49.9 | 57.81 | 39.1 | - |
| YUV | 196.19 | 104.19 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 154 | 0.06 | 0 | 0.25 | 0.19 | 75 | 0.35 | 0.71 |
| Hex | C1 | CE | 9A | 6 | 0 | 19 | 13 | 4B | 23 | 47 |
| Octal | 301 | 316 | 232 | 6 | 0 | 31 | 23 | 113 | 43 | 107 |
| Binary | 11000001 | 11001110 | 10011010 | 110 | 0 | 11001 | 10011 | 1001011 | 100011 | 1000111 |
Color Harmonies of #C1CE9A
Complementary color
Monochromatic Colors of #C1CE9A
Black with #C1CE9A
Text Example
Text Example
White with #C1CE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CE9A; }
p { color: rgb(193,206,154); }
H1.HeaderClassName
{
color: #C1CE9A;
}
.AnyTagClassName
{
color: #C1CE9A;
}
</style>
background-color css
<style>
a { background-color: #C1CE9A; }
a { background-color: rgb(193,206,154); }
div.DivClassName
{
background-color: #C1CE9A;
}
.BgClassName
{
background-color: #C1CE9A;
}
</style>
border-color css
<style>
span { border-color: #C1CE9A; }
span { border-color: rgb(193,206,154); }
td.TdClassName
{
border-color: #C1CE9A;
}
.TagClassName
{
border-color: #C1CE9A;
}
</style>