#C6D57C

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

Shades of Deco #C6D57C

Tints of Deco #C6D57C

Color information

#C6D57C (or 0xC6D57C) is unknown color: approx Deco. HEX triplet: C6, D5 and 7C. RGB value is (198,213,124). Sum of RGB (Red+Green+Blue) = 198+213+124=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 124 (48.83% from 255 or 23.18% from 535); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D57C is #392A83. Grayscale: #C6C6C6. Windows color (decimal): -3746436 or 8181190. OLE color: 8181190.

HSL color Cylindrical-coordinate representation of color #C6D57C: hue angle of 70.11º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C6D57C is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB198213124-
CMYK0.0700.420.16
HSL70.11º51.45%66.08%-
HSV(B)70.11º41.78%83.53%-
XYZ50.7261.0528.18-
YUV198.3786.03127.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.01%
GREEN value IS 213 (83.59% from 255) = 39.81%
BLUE value IS 124 (48.83% from 255) = 23.18%
R=37.01%
G=39.81%
B=23.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1982131240.0700.420.1670.1151.4566.08
HexC6D57C702A10463342
Octal30632517470522010663102
Binary1100011011010101111110011101010101000010001101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D57C; }

 p { color: rgb(198,213,124); }

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

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

 a { background-color: rgb(198,213,124); }

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

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

 span { border-color: rgb(198,213,124); }

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