#CAD684

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

Shades of Deco #CAD684

Tints of Deco #CAD684

Color information

#CAD684 (or 0xCAD684) is unknown color: approx Deco. HEX triplet: CA, D6 and 84. RGB value is (202,214,132). Sum of RGB (Red+Green+Blue) = 202+214+132=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 132 (51.95% from 255 or 24.09% from 548); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD684 is #35297B. Grayscale: #C9C9C9. Windows color (decimal): -3484028 or 8705738. OLE color: 8705738.

HSL color Cylindrical-coordinate representation of color #CAD684: hue angle of 68.78º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAD684 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB202214132-
CMYK0.0600.380.16
HSL68.78º50%67.84%-
HSV(B)68.78º38.32%83.92%-
XYZ52.5762.3231.09-
YUV201.0689.02128.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.86%
GREEN value IS 214 (83.98% from 255) = 39.05%
BLUE value IS 132 (51.95% from 255) = 24.09%
R=36.86%
G=39.05%
B=24.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022141320.0600.380.1668.785067.84
HexCAD684602610453244
Octal31232620460462010562104
Binary11001010110101101000010011001001101000010001011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD684; }

 p { color: rgb(202,214,132); }

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

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

 a { background-color: rgb(202,214,132); }

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

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

 span { border-color: rgb(202,214,132); }

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