#C0D079

Color #C0D079 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #C0D079

Tints of Deco #C0D079

Color information

#C0D079 (or 0xC0D079) is unknown color: approx Deco. HEX triplet: C0, D0 and 79. RGB value is (192,208,121). Sum of RGB (Red+Green+Blue) = 192+208+121=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 121 (47.66% from 255 or 23.22% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D079 is #3F2F86. Grayscale: #C1C1C1. Windows color (decimal): -4140935 or 7983296. OLE color: 7983296.

HSL color Cylindrical-coordinate representation of color #C0D079: hue angle of 71.03º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0D079 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB192208121-
CMYK0.0800.420.18
HSL71.03º48.07%64.51%-
HSV(B)71.03º41.83%81.57%-
XYZ47.7557.726.71-
YUV193.387.2127.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 36.85%
GREEN value IS 208 (81.64% from 255) = 39.92%
BLUE value IS 121 (47.66% from 255) = 23.22%
R=36.85%
G=39.92%
B=23.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1922081210.0800.420.1871.0348.0764.51
HexC0D079802A12473041
Octal300320171100522210760101
Binary11000000110100001111001100001010101001010001111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D079; }

 p { color: rgb(192,208,121); }

 H1.HeaderClassName
 {
   color: #C0D079;
 }
 .AnyTagClassName
 {
   color: #C0D079;
 }
</style>
background-color css

<style>
 a { background-color: #C0D079; }

 a { background-color: rgb(192,208,121); }

 div.DivClassName
 {
   background-color: #C0D079;
 }
 .BgClassName
 {
   background-color: #C0D079;
 }
</style>
border-color css

<style>
 span { border-color: #C0D079; }

 span { border-color: rgb(192,208,121); }

 td.TdClassName
 {
   border-color: #C0D079;
 }
 .TagClassName
 {
   border-color: #C0D079;
 }
</style>