Shades of Deco #C5D884
Tints of Deco #C5D884
RGB
CMYK
RGB Variations
Color information
#C5D884 (or 0xC5D884) is known color: Deco. HEX triplet: C5, D8 and 84. RGB value is (197,216,132). Sum of RGB (Red+Green+Blue) = 197+216+132=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 132 (51.95% from 255 or 24.22% from 545); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D884 is #3A277B. Grayscale: #C9C9C9. Windows color (decimal): -3811196 or 8706245. OLE color: 8706245.
HSL color Cylindrical-coordinate representation of color #C5D884: hue angle of 73.57º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C5D884 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 216 | 132 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.15 |
| HSL | 73.57º | 0.52% | 0.68% | - |
| HSV(B) | 73.57º | 0.39% | 0.85% | - |
| XYZ | 51.75 | 62.65 | 31.19 | - |
| YUV | 200.74 | 89.21 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 216 | 132 | 0.09 | 0 | 0.39 | 0.15 | 73.57 | 0.52 | 0.68 |
| Hex | C5 | D8 | 84 | 9 | 0 | 27 | F | 4A | 34 | 44 |
| Octal | 305 | 330 | 204 | 11 | 0 | 47 | 17 | 112 | 64 | 104 |
| Binary | 11000101 | 11011000 | 10000100 | 1001 | 0 | 100111 | 1111 | 1001010 | 110100 | 1000100 |
Color Harmonies of #C5D884
Complementary color
Monochromatic Colors of #C5D884
Black with #C5D884
Text Example
Text Example
White with #C5D884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D884; }
p { color: rgb(197,216,132); }
H1.HeaderClassName
{
color: #C5D884;
}
.AnyTagClassName
{
color: #C5D884;
}
</style>
background-color css
<style>
a { background-color: #C5D884; }
a { background-color: rgb(197,216,132); }
div.DivClassName
{
background-color: #C5D884;
}
.BgClassName
{
background-color: #C5D884;
}
</style>
border-color css
<style>
span { border-color: #C5D884; }
span { border-color: rgb(197,216,132); }
td.TdClassName
{
border-color: #C5D884;
}
.TagClassName
{
border-color: #C5D884;
}
</style>