Shades of Deco #C6D87C
Tints of Deco #C6D87C
RGB
CMYK
RGB Variations
Color information
#C6D87C (or 0xC6D87C) is known color: Deco. HEX triplet: C6, D8 and 7C. RGB value is (198,216,124). Sum of RGB (Red+Green+Blue) = 198+216+124=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 124 (48.83% from 255 or 23.05% from 538); Max value from RGB is 216 - color contains mainly: green. Hex color #C6D87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D87C is #392783. Grayscale: #C8C8C8. Windows color (decimal): -3745668 or 8181958. OLE color: 8181958.
HSL color Cylindrical-coordinate representation of color #C6D87C: hue angle of 71.74º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C6D87C is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 216 | 124 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.15 |
| HSL | 71.74º | 0.54% | 0.67% | - |
| HSV(B) | 71.74º | 0.43% | 0.85% | - |
| XYZ | 51.48 | 62.57 | 28.43 | - |
| YUV | 200.13 | 85.04 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 216 | 124 | 0.08 | 0 | 0.43 | 0.15 | 71.74 | 0.54 | 0.67 |
| Hex | C6 | D8 | 7C | 8 | 0 | 2B | F | 48 | 36 | 43 |
| Octal | 306 | 330 | 174 | 10 | 0 | 53 | 17 | 110 | 66 | 103 |
| Binary | 11000110 | 11011000 | 1111100 | 1000 | 0 | 101011 | 1111 | 1001000 | 110110 | 1000011 |
Color Harmonies of #C6D87C
Complementary color
Monochromatic Colors of #C6D87C
Black with #C6D87C
Text Example
Text Example
White with #C6D87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D87C; }
p { color: rgb(198,216,124); }
H1.HeaderClassName
{
color: #C6D87C;
}
.AnyTagClassName
{
color: #C6D87C;
}
</style>
background-color css
<style>
a { background-color: #C6D87C; }
a { background-color: rgb(198,216,124); }
div.DivClassName
{
background-color: #C6D87C;
}
.BgClassName
{
background-color: #C6D87C;
}
</style>
border-color css
<style>
span { border-color: #C6D87C; }
span { border-color: rgb(198,216,124); }
td.TdClassName
{
border-color: #C6D87C;
}
.TagClassName
{
border-color: #C6D87C;
}
</style>