Shades of Deco #C4D18A
Tints of Deco #C4D18A
RGB
CMYK
RGB Variations
Color information
#C4D18A (or 0xC4D18A) is known color: Deco. HEX triplet: C4, D1 and 8A. RGB value is (196,209,138). Sum of RGB (Red+Green+Blue) = 196+209+138=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 209 - color contains mainly: green. Hex color #C4D18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D18A is #3B2E75. Grayscale: #C5C5C5. Windows color (decimal): -3878518 or 9097668. OLE color: 9097668.
HSL color Cylindrical-coordinate representation of color #C4D18A: hue angle of 70.99º 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 #C4D18A is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 209 | 138 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.18 |
| HSL | 70.99º | 0.44% | 0.68% | - |
| HSV(B) | 70.99º | 0.34% | 0.82% | - |
| XYZ | 50.15 | 59.17 | 32.82 | - |
| YUV | 197.02 | 94.69 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 209 | 138 | 0.06 | 0 | 0.34 | 0.18 | 70.99 | 0.44 | 0.68 |
| Hex | C4 | D1 | 8A | 6 | 0 | 22 | 12 | 47 | 2C | 44 |
| Octal | 304 | 321 | 212 | 6 | 0 | 42 | 22 | 107 | 54 | 104 |
| Binary | 11000100 | 11010001 | 10001010 | 110 | 0 | 100010 | 10010 | 1000111 | 101100 | 1000100 |
Color Harmonies of #C4D18A
Complementary color
Monochromatic Colors of #C4D18A
Black with #C4D18A
Text Example
Text Example
White with #C4D18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D18A; }
p { color: rgb(196,209,138); }
H1.HeaderClassName
{
color: #C4D18A;
}
.AnyTagClassName
{
color: #C4D18A;
}
</style>
background-color css
<style>
a { background-color: #C4D18A; }
a { background-color: rgb(196,209,138); }
div.DivClassName
{
background-color: #C4D18A;
}
.BgClassName
{
background-color: #C4D18A;
}
</style>
border-color css
<style>
span { border-color: #C4D18A; }
span { border-color: rgb(196,209,138); }
td.TdClassName
{
border-color: #C4D18A;
}
.TagClassName
{
border-color: #C4D18A;
}
</style>