Shades of Sprout #C4D598
Tints of Sprout #C4D598
RGB
CMYK
RGB Variations
Color information
#C4D598 (or 0xC4D598) is known color: Sprout. HEX triplet: C4, D5 and 98. RGB value is (196,213,152). Sum of RGB (Red+Green+Blue) = 196+213+152=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 152 (59.77% from 255 or 27.09% from 561); Max value from RGB is 213 - color contains mainly: green. Hex color #C4D598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D598 is #3B2A67. Grayscale: #C9C9C9. Windows color (decimal): -3877480 or 10016196. OLE color: 10016196.
HSL color Cylindrical-coordinate representation of color #C4D598: hue angle of 76.72º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C4D598 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 213 | 152 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.16 |
| HSL | 76.72º | 0.42% | 0.72% | - |
| HSV(B) | 76.72º | 0.29% | 0.84% | - |
| XYZ | 52.23 | 61.59 | 38.84 | - |
| YUV | 200.96 | 100.37 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 213 | 152 | 0.08 | 0 | 0.29 | 0.16 | 76.72 | 0.42 | 0.72 |
| Hex | C4 | D5 | 98 | 8 | 0 | 1D | 10 | 4D | 2A | 48 |
| Octal | 304 | 325 | 230 | 10 | 0 | 35 | 20 | 115 | 52 | 110 |
| Binary | 11000100 | 11010101 | 10011000 | 1000 | 0 | 11101 | 10000 | 1001101 | 101010 | 1001000 |
Color Harmonies of #C4D598
Complementary color
Monochromatic Colors of #C4D598
Black with #C4D598
Text Example
Text Example
White with #C4D598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D598; }
p { color: rgb(196,213,152); }
H1.HeaderClassName
{
color: #C4D598;
}
.AnyTagClassName
{
color: #C4D598;
}
</style>
background-color css
<style>
a { background-color: #C4D598; }
a { background-color: rgb(196,213,152); }
div.DivClassName
{
background-color: #C4D598;
}
.BgClassName
{
background-color: #C4D598;
}
</style>
border-color css
<style>
span { border-color: #C4D598; }
span { border-color: rgb(196,213,152); }
td.TdClassName
{
border-color: #C4D598;
}
.TagClassName
{
border-color: #C4D598;
}
</style>