Shades of Sprout #C4D695
Tints of Sprout #C4D695
RGB
CMYK
RGB Variations
Color information
#C4D695 (or 0xC4D695) is known color: Sprout. HEX triplet: C4, D6 and 95. RGB value is (196,214,149). Sum of RGB (Red+Green+Blue) = 196+214+149=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 149 (58.59% from 255 or 26.65% from 559); Max value from RGB is 214 - color contains mainly: green. Hex color #C4D695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D695 is #3B296A. Grayscale: #C9C9C9. Windows color (decimal): -3877227 or 9819844. OLE color: 9819844.
HSL color Cylindrical-coordinate representation of color #C4D695: hue angle of 76.62º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C4D695 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 214 | 149 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.16 |
| HSL | 76.62º | 0.44% | 0.71% | - |
| HSV(B) | 76.62º | 0.3% | 0.84% | - |
| XYZ | 52.24 | 62 | 37.65 | - |
| YUV | 201.21 | 98.54 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 214 | 149 | 0.08 | 0 | 0.30 | 0.16 | 76.62 | 0.44 | 0.71 |
| Hex | C4 | D6 | 95 | 8 | 0 | 1E | 10 | 4D | 2C | 47 |
| Octal | 304 | 326 | 225 | 10 | 0 | 36 | 20 | 115 | 54 | 107 |
| Binary | 11000100 | 11010110 | 10010101 | 1000 | 0 | 11110 | 10000 | 1001101 | 101100 | 1000111 |
Color Harmonies of #C4D695
Complementary color
Monochromatic Colors of #C4D695
Black with #C4D695
Text Example
Text Example
White with #C4D695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D695; }
p { color: rgb(196,214,149); }
H1.HeaderClassName
{
color: #C4D695;
}
.AnyTagClassName
{
color: #C4D695;
}
</style>
background-color css
<style>
a { background-color: #C4D695; }
a { background-color: rgb(196,214,149); }
div.DivClassName
{
background-color: #C4D695;
}
.BgClassName
{
background-color: #C4D695;
}
</style>
border-color css
<style>
span { border-color: #C4D695; }
span { border-color: rgb(196,214,149); }
td.TdClassName
{
border-color: #C4D695;
}
.TagClassName
{
border-color: #C4D695;
}
</style>