Shades of Sprout #C4D691
Tints of Sprout #C4D691
RGB
CMYK
RGB Variations
Color information
#C4D691 (or 0xC4D691) is known color: Sprout. HEX triplet: C4, D6 and 91. RGB value is (196,214,145). Sum of RGB (Red+Green+Blue) = 196+214+145=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 145 (57.03% from 255 or 26.13% from 555); Max value from RGB is 214 - color contains mainly: green. Hex color #C4D691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D691 is #3B296E. Grayscale: #C9C9C9. Windows color (decimal): -3877231 or 9557700. OLE color: 9557700.
HSL color Cylindrical-coordinate representation of color #C4D691: hue angle of 75.65º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C4D691 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 214 | 145 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.16 |
| HSL | 75.65º | 0.46% | 0.7% | - |
| HSV(B) | 75.65º | 0.32% | 0.84% | - |
| XYZ | 51.92 | 61.87 | 35.99 | - |
| YUV | 200.75 | 96.54 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 214 | 145 | 0.08 | 0 | 0.32 | 0.16 | 75.65 | 0.46 | 0.7 |
| Hex | C4 | D6 | 91 | 8 | 0 | 20 | 10 | 4C | 2E | 46 |
| Octal | 304 | 326 | 221 | 10 | 0 | 40 | 20 | 114 | 56 | 106 |
| Binary | 11000100 | 11010110 | 10010001 | 1000 | 0 | 100000 | 10000 | 1001100 | 101110 | 1000110 |
Color Harmonies of #C4D691
Complementary color
Monochromatic Colors of #C4D691
Black with #C4D691
Text Example
Text Example
White with #C4D691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D691; }
p { color: rgb(196,214,145); }
H1.HeaderClassName
{
color: #C4D691;
}
.AnyTagClassName
{
color: #C4D691;
}
</style>
background-color css
<style>
a { background-color: #C4D691; }
a { background-color: rgb(196,214,145); }
div.DivClassName
{
background-color: #C4D691;
}
.BgClassName
{
background-color: #C4D691;
}
</style>
border-color css
<style>
span { border-color: #C4D691; }
span { border-color: rgb(196,214,145); }
td.TdClassName
{
border-color: #C4D691;
}
.TagClassName
{
border-color: #C4D691;
}
</style>