#CAD991

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

Shades of Deco #CAD991

Tints of Deco #CAD991

Color information

#CAD991 (or 0xCAD991) is unknown color: approx Deco. HEX triplet: CA, D9 and 91. RGB value is (202,217,145). Sum of RGB (Red+Green+Blue) = 202+217+145=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 145 (57.03% from 255 or 25.71% from 564); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD991 is #35266E. Grayscale: #CCCCCC. Windows color (decimal): -3483247 or 9558474. OLE color: 9558474.

HSL color Cylindrical-coordinate representation of color #CAD991: hue angle of 72.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAD991 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB202217145-
CMYK0.0700.330.15
HSL72.5º48.65%70.98%-
HSV(B)72.5º33.18%85.1%-
XYZ54.2864.2336.32-
YUV204.3194.53126.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.82%
GREEN value IS 217 (85.16% from 255) = 38.48%
BLUE value IS 145 (57.03% from 255) = 25.71%
R=35.82%
G=38.48%
B=25.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022171450.0700.330.1572.548.6570.98
HexCAD9917021F483147
Octal31233122170411711061107
Binary1100101011011001100100011110100001111110010001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD991; }

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

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

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

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

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

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

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

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