#CAD69D

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

Shades of Pale Leaf #CAD69D

Tints of Pale Leaf #CAD69D

Color information

#CAD69D (or 0xCAD69D) is unknown color: approx Pale Leaf. HEX triplet: CA, D6 and 9D. RGB value is (202,214,157). Sum of RGB (Red+Green+Blue) = 202+214+157=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 214 (83.98% from 255 or 37.35% from 573); Blue value is 157 (61.72% from 255 or 27.40% from 573); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD69D is #352962. Grayscale: #CCCCCC. Windows color (decimal): -3484003 or 10344138. OLE color: 10344138.

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

Color convert

RGB202214157-
CMYK0.0600.270.16
HSL72.63º41.01%72.75%-
HSV(B)72.63º26.64%83.92%-
XYZ54.4963.0841.2-
YUV203.91101.52126.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 214 (83.98% from 255) = 37.35%
BLUE value IS 157 (61.72% from 255) = 27.40%
R=35.25%
G=37.35%
B=27.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022141570.0600.270.1672.6341.0172.75
HexCAD69D601B10492949
Octal31232623560332011151111
Binary1100101011010110100111011100110111000010010011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD69D; }

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

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

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

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

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

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

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

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