#CAD491

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

Shades of Deco #CAD491

Tints of Deco #CAD491

Color information

#CAD491 (or 0xCAD491) is unknown color: approx Deco. HEX triplet: CA, D4 and 91. RGB value is (202,212,145). Sum of RGB (Red+Green+Blue) = 202+212+145=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 145 (57.03% from 255 or 25.94% from 559); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD491 is #352B6E. Grayscale: #C9C9C9. Windows color (decimal): -3484527 or 9557194. OLE color: 9557194.

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

Color convert

RGB202212145-
CMYK0.0500.320.17
HSL68.96º43.79%70%-
HSV(B)68.96º31.6%83.14%-
XYZ53.0161.6935.9-
YUV201.3796.19128.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 212 (83.20% from 255) = 37.92%
BLUE value IS 145 (57.03% from 255) = 25.94%
R=36.14%
G=37.92%
B=25.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2022121450.0500.320.1768.9643.7970
HexCAD491502011452c46
Octal31232422150402110554106
Binary11001010110101001001000110101000001000110001011011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD491; }

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

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

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

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

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

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

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

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