#CAD492

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

Shades of Deco #CAD492

Tints of Deco #CAD492

Color information

#CAD492 (or 0xCAD492) is unknown color: approx Deco. HEX triplet: CA, D4 and 92. RGB value is (202,212,146). Sum of RGB (Red+Green+Blue) = 202+212+146=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 146 (57.42% from 255 or 26.07% from 560); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD492 is #352B6D. Grayscale: #C9C9C9. Windows color (decimal): -3484526 or 9622730. OLE color: 9622730.

HSL color Cylindrical-coordinate representation of color #CAD492: hue angle of 69.09º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAD492 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB202212146-
CMYK0.0500.310.17
HSL69.09º43.42%70.2%-
HSV(B)69.09º31.13%83.14%-
XYZ53.0961.7236.31-
YUV201.4996.69128.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.07%
GREEN value IS 212 (83.20% from 255) = 37.86%
BLUE value IS 146 (57.42% from 255) = 26.07%
R=36.07%
G=37.86%
B=26.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2022121460.0500.310.1769.0943.4270.2
HexCAD492501F11452b46
Octal31232422250372110553106
Binary1100101011010100100100101010111111000110001011010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD492; }

 p { color: rgb(202,212,146); }

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

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

 a { background-color: rgb(202,212,146); }

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

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

 span { border-color: rgb(202,212,146); }

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