Shades of Sprout #C2D59A
Tints of Sprout #C2D59A
RGB
CMYK
RGB Variations
Color information
#C2D59A (or 0xC2D59A) is known color: Sprout. HEX triplet: C2, D5 and 9A. RGB value is (194,213,154). Sum of RGB (Red+Green+Blue) = 194+213+154=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 154 (60.55% from 255 or 27.45% from 561); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D59A is #3D2A65. Grayscale: #C8C8C8. Windows color (decimal): -4008550 or 10147266. OLE color: 10147266.
HSL color Cylindrical-coordinate representation of color #C2D59A: hue angle of 79.32º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2D59A is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 213 | 154 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.16 |
| HSL | 79.32º | 0.41% | 0.72% | - |
| HSV(B) | 79.32º | 0.28% | 0.84% | - |
| XYZ | 51.88 | 61.39 | 39.69 | - |
| YUV | 200.59 | 101.71 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 213 | 154 | 0.09 | 0 | 0.28 | 0.16 | 79.32 | 0.41 | 0.72 |
| Hex | C2 | D5 | 9A | 9 | 0 | 1C | 10 | 4F | 29 | 48 |
| Octal | 302 | 325 | 232 | 11 | 0 | 34 | 20 | 117 | 51 | 110 |
| Binary | 11000010 | 11010101 | 10011010 | 1001 | 0 | 11100 | 10000 | 1001111 | 101001 | 1001000 |
Color Harmonies of #C2D59A
Complementary color
Monochromatic Colors of #C2D59A
Black with #C2D59A
Text Example
Text Example
White with #C2D59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D59A; }
p { color: rgb(194,213,154); }
H1.HeaderClassName
{
color: #C2D59A;
}
.AnyTagClassName
{
color: #C2D59A;
}
</style>
background-color css
<style>
a { background-color: #C2D59A; }
a { background-color: rgb(194,213,154); }
div.DivClassName
{
background-color: #C2D59A;
}
.BgClassName
{
background-color: #C2D59A;
}
</style>
border-color css
<style>
span { border-color: #C2D59A; }
span { border-color: rgb(194,213,154); }
td.TdClassName
{
border-color: #C2D59A;
}
.TagClassName
{
border-color: #C2D59A;
}
</style>