#CAD876

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

Shades of Deco #CAD876

Tints of Deco #CAD876

Color information

#CAD876 (or 0xCAD876) is unknown color: approx Deco. HEX triplet: CA, D8 and 76. RGB value is (202,216,118). Sum of RGB (Red+Green+Blue) = 202+216+118=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 118 (46.48% from 255 or 22.01% from 536); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD876 is #352789. Grayscale: #C9C9C9. Windows color (decimal): -3483530 or 7788746. OLE color: 7788746.

HSL color Cylindrical-coordinate representation of color #CAD876: hue angle of 68.57º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CAD876 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB202216118-
CMYK0.0600.450.15
HSL68.57º55.68%65.49%-
HSV(B)68.57º45.37%84.71%-
XYZ52.1862.9826.54-
YUV200.6481.36128.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.69%
GREEN value IS 216 (84.77% from 255) = 40.30%
BLUE value IS 118 (46.48% from 255) = 22.01%
R=37.69%
G=40.30%
B=22.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022161180.0600.450.1568.5755.6865.49
HexCAD876602DF453841
Octal31233016660551710570101
Binary110010101101100011101101100101101111110001011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD876; }

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

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

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

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

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

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

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

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