#C5CD85

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

Shades of Deco #C5CD85

Tints of Deco #C5CD85

Color information

#C5CD85 (or 0xC5CD85) is unknown color: approx Deco. HEX triplet: C5, CD and 85. RGB value is (197,205,133). Sum of RGB (Red+Green+Blue) = 197+205+133=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CD85 is #3A327A. Grayscale: #C2C2C2. Windows color (decimal): -3814011 or 8768965. OLE color: 8768965.

HSL color Cylindrical-coordinate representation of color #C5CD85: hue angle of 66.67º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5CD85 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB197205133-
CMYK0.0400.350.20
HSL66.67º41.86%66.27%-
HSV(B)66.67º35.12%80.39%-
XYZ49.0957.2330.65-
YUV194.493.35129.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.82%
GREEN value IS 205 (80.47% from 255) = 38.32%
BLUE value IS 133 (52.34% from 255) = 24.86%
R=36.82%
G=38.32%
B=24.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1972051330.0400.350.2066.6741.8666.27
HexC5CD85402314432a42
Octal30531520540432410352102
Binary11000101110011011000010110001000111010010000111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CD85; }

 p { color: rgb(197,205,133); }

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

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

 a { background-color: rgb(197,205,133); }

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

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

 span { border-color: rgb(197,205,133); }

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