#CAD982

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

Shades of Deco #CAD982

Tints of Deco #CAD982

Color information

#CAD982 (or 0xCAD982) is unknown color: approx Deco. HEX triplet: CA, D9 and 82. RGB value is (202,217,130). Sum of RGB (Red+Green+Blue) = 202+217+130=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 130 (51.17% from 255 or 23.68% from 549); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD982 is #35267D. Grayscale: #CACACA. Windows color (decimal): -3483262 or 8575434. OLE color: 8575434.

HSL color Cylindrical-coordinate representation of color #CAD982: hue angle of 70.34º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAD982 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB202217130-
CMYK0.0700.400.15
HSL70.34º53.37%68.04%-
HSV(B)70.34º40.09%85.1%-
XYZ53.263.7930.63-
YUV202.687.03127.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.79%
GREEN value IS 217 (85.16% from 255) = 39.53%
BLUE value IS 130 (51.17% from 255) = 23.68%
R=36.79%
G=39.53%
B=23.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022171300.0700.400.1570.3453.3768.04
HexCAD9827028F463544
Octal31233120270501710665104
Binary1100101011011001100000101110101000111110001101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD982; }

 p { color: rgb(202,217,130); }

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

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

 a { background-color: rgb(202,217,130); }

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

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

 span { border-color: rgb(202,217,130); }

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