#CAD576

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

Shades of Deco #CAD576

Tints of Deco #CAD576

Color information

#CAD576 (or 0xCAD576) is unknown color: approx Deco. HEX triplet: CA, D5 and 76. RGB value is (202,213,118). Sum of RGB (Red+Green+Blue) = 202+213+118=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 213 (83.59% from 255 or 39.96% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD576 is #352A89. Grayscale: #C7C7C7. Windows color (decimal): -3484298 or 7787978. OLE color: 7787978.

HSL color Cylindrical-coordinate representation of color #CAD576: hue angle of 66.95º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CAD576 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB202213118-
CMYK0.0500.450.16
HSL66.95º53.07%64.9%-
HSV(B)66.95º44.6%83.53%-
XYZ51.4261.4526.29-
YUV198.8882.36130.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 213 (83.59% from 255) = 39.96%
BLUE value IS 118 (46.48% from 255) = 22.14%
R=37.90%
G=39.96%
B=22.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022131180.0500.450.1666.9553.0764.9
HexCAD576502D10433541
Octal31232516650552010365101
Binary1100101011010101111011010101011011000010000111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD576; }

 p { color: rgb(202,213,118); }

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

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

 a { background-color: rgb(202,213,118); }

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

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

 span { border-color: rgb(202,213,118); }

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