Shades of Deco #C5D184
Tints of Deco #C5D184
RGB
CMYK
RGB Variations
Color information
#C5D184 (or 0xC5D184) is known color: Deco. HEX triplet: C5, D1 and 84. RGB value is (197,209,132). Sum of RGB (Red+Green+Blue) = 197+209+132=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 132 (51.95% from 255 or 24.54% from 538); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D184 is #3A2E7B. Grayscale: #C4C4C4. Windows color (decimal): -3812988 or 8704453. OLE color: 8704453.
HSL color Cylindrical-coordinate representation of color #C5D184: hue angle of 69.35º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C5D184 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 209 | 132 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.18 |
| HSL | 69.35º | 0.46% | 0.67% | - |
| HSV(B) | 69.35º | 0.37% | 0.82% | - |
| XYZ | 49.99 | 59.14 | 30.61 | - |
| YUV | 196.63 | 91.52 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 209 | 132 | 0.06 | 0 | 0.37 | 0.18 | 69.35 | 0.46 | 0.67 |
| Hex | C5 | D1 | 84 | 6 | 0 | 25 | 12 | 45 | 2E | 43 |
| Octal | 305 | 321 | 204 | 6 | 0 | 45 | 22 | 105 | 56 | 103 |
| Binary | 11000101 | 11010001 | 10000100 | 110 | 0 | 100101 | 10010 | 1000101 | 101110 | 1000011 |
Color Harmonies of #C5D184
Complementary color
Monochromatic Colors of #C5D184
Black with #C5D184
Text Example
Text Example
White with #C5D184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D184; }
p { color: rgb(197,209,132); }
H1.HeaderClassName
{
color: #C5D184;
}
.AnyTagClassName
{
color: #C5D184;
}
</style>
background-color css
<style>
a { background-color: #C5D184; }
a { background-color: rgb(197,209,132); }
div.DivClassName
{
background-color: #C5D184;
}
.BgClassName
{
background-color: #C5D184;
}
</style>
border-color css
<style>
span { border-color: #C5D184; }
span { border-color: rgb(197,209,132); }
td.TdClassName
{
border-color: #C5D184;
}
.TagClassName
{
border-color: #C5D184;
}
</style>