Shades of Deco #C5D889
Tints of Deco #C5D889
RGB
CMYK
RGB Variations
Color information
#C5D889 (or 0xC5D889) is known color: Deco. HEX triplet: C5, D8 and 89. RGB value is (197,216,137). Sum of RGB (Red+Green+Blue) = 197+216+137=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 216 (84.77% from 255 or 39.27% from 550); Blue value is 137 (53.91% from 255 or 24.91% from 550); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D889 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D889 is #3A2776. Grayscale: #C9C9C9. Windows color (decimal): -3811191 or 9033925. OLE color: 9033925.
HSL color Cylindrical-coordinate representation of color #C5D889: hue angle of 74.43º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C5D889 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 216 | 137 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.15 |
| HSL | 74.43º | 0.5% | 0.69% | - |
| HSV(B) | 74.43º | 0.37% | 0.85% | - |
| XYZ | 52.1 | 62.79 | 33.04 | - |
| YUV | 201.31 | 91.71 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 216 | 137 | 0.09 | 0 | 0.37 | 0.15 | 74.43 | 0.5 | 0.69 |
| Hex | C5 | D8 | 89 | 9 | 0 | 25 | F | 4A | 32 | 45 |
| Octal | 305 | 330 | 211 | 11 | 0 | 45 | 17 | 112 | 62 | 105 |
| Binary | 11000101 | 11011000 | 10001001 | 1001 | 0 | 100101 | 1111 | 1001010 | 110010 | 1000101 |
Color Harmonies of #C5D889
Complementary color
Monochromatic Colors of #C5D889
Black with #C5D889
Text Example
Text Example
White with #C5D889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D889; }
p { color: rgb(197,216,137); }
H1.HeaderClassName
{
color: #C5D889;
}
.AnyTagClassName
{
color: #C5D889;
}
</style>
background-color css
<style>
a { background-color: #C5D889; }
a { background-color: rgb(197,216,137); }
div.DivClassName
{
background-color: #C5D889;
}
.BgClassName
{
background-color: #C5D889;
}
</style>
border-color css
<style>
span { border-color: #C5D889; }
span { border-color: rgb(197,216,137); }
td.TdClassName
{
border-color: #C5D889;
}
.TagClassName
{
border-color: #C5D889;
}
</style>