Shades of Sprout #C0D29B
Tints of Sprout #C0D29B
RGB
CMYK
RGB Variations
Color information
#C0D29B (or 0xC0D29B) is known color: Sprout. HEX triplet: C0, D2 and 9B. RGB value is (192,210,155). Sum of RGB (Red+Green+Blue) = 192+210+155=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D29B is #3F2D64. Grayscale: #C6C6C6. Windows color (decimal): -4140389 or 10212032. OLE color: 10212032.
HSL color Cylindrical-coordinate representation of color #C0D29B: hue angle of 79.64º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0D29B is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 210 | 155 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.18 |
| HSL | 79.64º | 0.38% | 0.72% | - |
| HSV(B) | 79.64º | 0.26% | 0.82% | - |
| XYZ | 50.7 | 59.67 | 39.85 | - |
| YUV | 198.35 | 103.54 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 210 | 155 | 0.09 | 0 | 0.26 | 0.18 | 79.64 | 0.38 | 0.72 |
| Hex | C0 | D2 | 9B | 9 | 0 | 1A | 12 | 50 | 26 | 48 |
| Octal | 300 | 322 | 233 | 11 | 0 | 32 | 22 | 120 | 46 | 110 |
| Binary | 11000000 | 11010010 | 10011011 | 1001 | 0 | 11010 | 10010 | 1010000 | 100110 | 1001000 |
Color Harmonies of #C0D29B
Complementary color
Monochromatic Colors of #C0D29B
Black with #C0D29B
Text Example
Text Example
White with #C0D29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D29B; }
p { color: rgb(192,210,155); }
H1.HeaderClassName
{
color: #C0D29B;
}
.AnyTagClassName
{
color: #C0D29B;
}
</style>
background-color css
<style>
a { background-color: #C0D29B; }
a { background-color: rgb(192,210,155); }
div.DivClassName
{
background-color: #C0D29B;
}
.BgClassName
{
background-color: #C0D29B;
}
</style>
border-color css
<style>
span { border-color: #C0D29B; }
span { border-color: rgb(192,210,155); }
td.TdClassName
{
border-color: #C0D29B;
}
.TagClassName
{
border-color: #C0D29B;
}
</style>