Shades of Sprout #C4D296
Tints of Sprout #C4D296
RGB
CMYK
RGB Variations
Color information
#C4D296 (or 0xC4D296) is known color: Sprout. HEX triplet: C4, D2 and 96. RGB value is (196,210,150). Sum of RGB (Red+Green+Blue) = 196+210+150=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 150 (58.98% from 255 or 26.98% from 556); Max value from RGB is 210 - color contains mainly: green. Hex color #C4D296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D296 is #3B2D69. Grayscale: #C7C7C7. Windows color (decimal): -3878250 or 9884356. OLE color: 9884356.
HSL color Cylindrical-coordinate representation of color #C4D296: hue angle of 74º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C4D296 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 210 | 150 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.18 |
| HSL | 74º | 0.4% | 0.71% | - |
| HSV(B) | 74º | 0.29% | 0.82% | - |
| XYZ | 51.32 | 60.03 | 37.74 | - |
| YUV | 198.97 | 100.36 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 210 | 150 | 0.07 | 0 | 0.29 | 0.18 | 74 | 0.4 | 0.71 |
| Hex | C4 | D2 | 96 | 7 | 0 | 1D | 12 | 4A | 28 | 47 |
| Octal | 304 | 322 | 226 | 7 | 0 | 35 | 22 | 112 | 50 | 107 |
| Binary | 11000100 | 11010010 | 10010110 | 111 | 0 | 11101 | 10010 | 1001010 | 101000 | 1000111 |
Color Harmonies of #C4D296
Complementary color
Monochromatic Colors of #C4D296
Black with #C4D296
Text Example
Text Example
White with #C4D296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D296; }
p { color: rgb(196,210,150); }
H1.HeaderClassName
{
color: #C4D296;
}
.AnyTagClassName
{
color: #C4D296;
}
</style>
background-color css
<style>
a { background-color: #C4D296; }
a { background-color: rgb(196,210,150); }
div.DivClassName
{
background-color: #C4D296;
}
.BgClassName
{
background-color: #C4D296;
}
</style>
border-color css
<style>
span { border-color: #C4D296; }
span { border-color: rgb(196,210,150); }
td.TdClassName
{
border-color: #C4D296;
}
.TagClassName
{
border-color: #C4D296;
}
</style>