Shades of Sprout #C0D290
Tints of Sprout #C0D290
RGB
CMYK
RGB Variations
Color information
#C0D290 (or 0xC0D290) is known color: Sprout. HEX triplet: C0, D2 and 90. RGB value is (192,210,144). Sum of RGB (Red+Green+Blue) = 192+210+144=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 144 (56.64% from 255 or 26.37% from 546); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D290 is #3F2D6F. Grayscale: #C5C5C5. Windows color (decimal): -4140400 or 9491136. OLE color: 9491136.
HSL color Cylindrical-coordinate representation of color #C0D290: hue angle of 76.36º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0D290 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 210 | 144 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.18 |
| HSL | 76.36º | 0.42% | 0.69% | - |
| HSV(B) | 76.36º | 0.31% | 0.82% | - |
| XYZ | 49.82 | 59.31 | 35.21 | - |
| YUV | 197.09 | 98.04 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 210 | 144 | 0.09 | 0 | 0.31 | 0.18 | 76.36 | 0.42 | 0.69 |
| Hex | C0 | D2 | 90 | 9 | 0 | 1F | 12 | 4C | 2A | 45 |
| Octal | 300 | 322 | 220 | 11 | 0 | 37 | 22 | 114 | 52 | 105 |
| Binary | 11000000 | 11010010 | 10010000 | 1001 | 0 | 11111 | 10010 | 1001100 | 101010 | 1000101 |
Color Harmonies of #C0D290
Complementary color
Monochromatic Colors of #C0D290
Black with #C0D290
Text Example
Text Example
White with #C0D290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D290; }
p { color: rgb(192,210,144); }
H1.HeaderClassName
{
color: #C0D290;
}
.AnyTagClassName
{
color: #C0D290;
}
</style>
background-color css
<style>
a { background-color: #C0D290; }
a { background-color: rgb(192,210,144); }
div.DivClassName
{
background-color: #C0D290;
}
.BgClassName
{
background-color: #C0D290;
}
</style>
border-color css
<style>
span { border-color: #C0D290; }
span { border-color: rgb(192,210,144); }
td.TdClassName
{
border-color: #C0D290;
}
.TagClassName
{
border-color: #C0D290;
}
</style>