Shades of Sprout #C4D690
Tints of Sprout #C4D690
RGB
CMYK
RGB Variations
Color information
#C4D690 (or 0xC4D690) is known color: Sprout. HEX triplet: C4, D6 and 90. RGB value is (196,214,144). Sum of RGB (Red+Green+Blue) = 196+214+144=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 144 (56.64% from 255 or 25.99% from 554); Max value from RGB is 214 - color contains mainly: green. Hex color #C4D690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D690 is #3B296F. Grayscale: #C8C8C8. Windows color (decimal): -3877232 or 9492164. OLE color: 9492164.
HSL color Cylindrical-coordinate representation of color #C4D690: hue angle of 75.43º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C4D690 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 214 | 144 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.16 |
| HSL | 75.43º | 0.46% | 0.7% | - |
| HSV(B) | 75.43º | 0.33% | 0.84% | - |
| XYZ | 51.85 | 61.84 | 35.59 | - |
| YUV | 200.64 | 96.04 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 214 | 144 | 0.08 | 0 | 0.33 | 0.16 | 75.43 | 0.46 | 0.7 |
| Hex | C4 | D6 | 90 | 8 | 0 | 21 | 10 | 4B | 2E | 46 |
| Octal | 304 | 326 | 220 | 10 | 0 | 41 | 20 | 113 | 56 | 106 |
| Binary | 11000100 | 11010110 | 10010000 | 1000 | 0 | 100001 | 10000 | 1001011 | 101110 | 1000110 |
Color Harmonies of #C4D690
Complementary color
Monochromatic Colors of #C4D690
Black with #C4D690
Text Example
Text Example
White with #C4D690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D690; }
p { color: rgb(196,214,144); }
H1.HeaderClassName
{
color: #C4D690;
}
.AnyTagClassName
{
color: #C4D690;
}
</style>
background-color css
<style>
a { background-color: #C4D690; }
a { background-color: rgb(196,214,144); }
div.DivClassName
{
background-color: #C4D690;
}
.BgClassName
{
background-color: #C4D690;
}
</style>
border-color css
<style>
span { border-color: #C4D690; }
span { border-color: rgb(196,214,144); }
td.TdClassName
{
border-color: #C4D690;
}
.TagClassName
{
border-color: #C4D690;
}
</style>