Shades of Sprout #C2CF9A
Tints of Sprout #C2CF9A
RGB
CMYK
RGB Variations
Color information
#C2CF9A (or 0xC2CF9A) is known color: Sprout. HEX triplet: C2, CF and 9A. RGB value is (194,207,154). Sum of RGB (Red+Green+Blue) = 194+207+154=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 154 (60.55% from 255 or 27.75% from 555); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CF9A is #3D3065. Grayscale: #C5C5C5. Windows color (decimal): -4010086 or 10145730. OLE color: 10145730.
HSL color Cylindrical-coordinate representation of color #C2CF9A: hue angle of 74.72º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2CF9A is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 207 | 154 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.19 |
| HSL | 74.72º | 0.36% | 0.71% | - |
| HSV(B) | 74.72º | 0.26% | 0.81% | - |
| XYZ | 50.39 | 58.43 | 39.19 | - |
| YUV | 197.07 | 103.69 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 207 | 154 | 0.06 | 0 | 0.26 | 0.19 | 74.72 | 0.36 | 0.71 |
| Hex | C2 | CF | 9A | 6 | 0 | 1A | 13 | 4B | 24 | 47 |
| Octal | 302 | 317 | 232 | 6 | 0 | 32 | 23 | 113 | 44 | 107 |
| Binary | 11000010 | 11001111 | 10011010 | 110 | 0 | 11010 | 10011 | 1001011 | 100100 | 1000111 |
Color Harmonies of #C2CF9A
Complementary color
Monochromatic Colors of #C2CF9A
Black with #C2CF9A
Text Example
Text Example
White with #C2CF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CF9A; }
p { color: rgb(194,207,154); }
H1.HeaderClassName
{
color: #C2CF9A;
}
.AnyTagClassName
{
color: #C2CF9A;
}
</style>
background-color css
<style>
a { background-color: #C2CF9A; }
a { background-color: rgb(194,207,154); }
div.DivClassName
{
background-color: #C2CF9A;
}
.BgClassName
{
background-color: #C2CF9A;
}
</style>
border-color css
<style>
span { border-color: #C2CF9A; }
span { border-color: rgb(194,207,154); }
td.TdClassName
{
border-color: #C2CF9A;
}
.TagClassName
{
border-color: #C2CF9A;
}
</style>