#C5D68C

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

Shades of Deco #C5D68C

Tints of Deco #C5D68C

Color information

#C5D68C (or 0xC5D68C) is unknown color: approx Deco. HEX triplet: C5, D6 and 8C. RGB value is (197,214,140). Sum of RGB (Red+Green+Blue) = 197+214+140=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 214 (83.98% from 255 or 38.84% from 551); Blue value is 140 (55.08% from 255 or 25.41% from 551); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D68C is #3A2973. Grayscale: #C8C8C8. Windows color (decimal): -3811700 or 9230021. OLE color: 9230021.

HSL color Cylindrical-coordinate representation of color #C5D68C: hue angle of 73.78º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5D68C is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB197214140-
CMYK0.0800.350.16
HSL73.78º47.44%69.41%-
HSV(B)73.78º34.58%83.92%-
XYZ51.8161.8634.02-
YUV200.4893.87125.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.75%
GREEN value IS 214 (83.98% from 255) = 38.84%
BLUE value IS 140 (55.08% from 255) = 25.41%
R=35.75%
G=38.84%
B=25.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1972141400.0800.350.1673.7847.4469.41
HexC5D68C8023104a2f45
Octal305326214100432011257105
Binary110001011101011010001100100001000111000010010101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D68C; }

 p { color: rgb(197,214,140); }

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

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

 a { background-color: rgb(197,214,140); }

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

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

 span { border-color: rgb(197,214,140); }

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