#C5D082

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

Shades of Deco #C5D082

Tints of Deco #C5D082

Color information

#C5D082 (or 0xC5D082) is unknown color: approx Deco. HEX triplet: C5, D0 and 82. RGB value is (197,208,130). Sum of RGB (Red+Green+Blue) = 197+208+130=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 130 (51.17% from 255 or 24.30% from 535); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D082 is #3A2F7D. Grayscale: #C4C4C4. Windows color (decimal): -3813246 or 8573125. OLE color: 8573125.

HSL color Cylindrical-coordinate representation of color #C5D082: hue angle of 68.46º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C5D082 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB197208130-
CMYK0.0500.380.18
HSL68.46º45.35%66.27%-
HSV(B)68.46º37.5%81.57%-
XYZ49.6158.5929.81-
YUV195.8290.86128.84-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.82%
GREEN value IS 208 (81.64% from 255) = 38.88%
BLUE value IS 130 (51.17% from 255) = 24.30%
R=36.82%
G=38.88%
B=24.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1972081300.0500.380.1868.4645.3566.27
HexC5D082502612442d42
Octal30532020250462210455102
Binary11000101110100001000001010101001101001010001001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D082; }

 p { color: rgb(197,208,130); }

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

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

 a { background-color: rgb(197,208,130); }

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

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

 span { border-color: rgb(197,208,130); }

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