#CAD992

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

Shades of Deco #CAD992

Tints of Deco #CAD992

Color information

#CAD992 (or 0xCAD992) is unknown color: approx Deco. HEX triplet: CA, D9 and 92. RGB value is (202,217,146). Sum of RGB (Red+Green+Blue) = 202+217+146=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 146 (57.42% from 255 or 25.84% from 565); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD992 is #35266D. Grayscale: #CCCCCC. Windows color (decimal): -3483246 or 9624010. OLE color: 9624010.

HSL color Cylindrical-coordinate representation of color #CAD992: hue angle of 72.68º degrees, saturation: 0.48, 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 #CAD992 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB202217146-
CMYK0.0700.330.15
HSL72.68º48.3%71.18%-
HSV(B)72.68º32.72%85.1%-
XYZ54.3664.2636.73-
YUV204.4295.03126.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 217 (85.16% from 255) = 38.41%
BLUE value IS 146 (57.42% from 255) = 25.84%
R=35.75%
G=38.41%
B=25.84%

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
Decimal2022171460.0700.330.1572.6848.371.18
HexCAD9927021F493047
Octal31233122270411711160107
Binary1100101011011001100100101110100001111110010011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD992; }

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

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

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

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

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

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

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

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