Shades of Deco #C0D28A
Tints of Deco #C0D28A
RGB
CMYK
RGB Variations
Color information
#C0D28A (or 0xC0D28A) is known color: Deco. HEX triplet: C0, D2 and 8A. RGB value is (192,210,138). Sum of RGB (Red+Green+Blue) = 192+210+138=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D28A is #3F2D75. Grayscale: #C4C4C4. Windows color (decimal): -4140406 or 9097920. OLE color: 9097920.
HSL color Cylindrical-coordinate representation of color #C0D28A: hue angle of 75º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0D28A is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 210 | 138 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.18 |
| HSL | 75º | 0.44% | 0.68% | - |
| HSV(B) | 75º | 0.34% | 0.82% | - |
| XYZ | 49.37 | 59.13 | 32.86 | - |
| YUV | 196.41 | 95.04 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 210 | 138 | 0.09 | 0 | 0.34 | 0.18 | 75 | 0.44 | 0.68 |
| Hex | C0 | D2 | 8A | 9 | 0 | 22 | 12 | 4B | 2C | 44 |
| Octal | 300 | 322 | 212 | 11 | 0 | 42 | 22 | 113 | 54 | 104 |
| Binary | 11000000 | 11010010 | 10001010 | 1001 | 0 | 100010 | 10010 | 1001011 | 101100 | 1000100 |
Color Harmonies of #C0D28A
Complementary color
Monochromatic Colors of #C0D28A
Black with #C0D28A
Text Example
Text Example
White with #C0D28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D28A; }
p { color: rgb(192,210,138); }
H1.HeaderClassName
{
color: #C0D28A;
}
.AnyTagClassName
{
color: #C0D28A;
}
</style>
background-color css
<style>
a { background-color: #C0D28A; }
a { background-color: rgb(192,210,138); }
div.DivClassName
{
background-color: #C0D28A;
}
.BgClassName
{
background-color: #C0D28A;
}
</style>
border-color css
<style>
span { border-color: #C0D28A; }
span { border-color: rgb(192,210,138); }
td.TdClassName
{
border-color: #C0D28A;
}
.TagClassName
{
border-color: #C0D28A;
}
</style>