#CAD46A

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

Shades of Wild Willow #CAD46A

Tints of Wild Willow #CAD46A

Color information

#CAD46A (or 0xCAD46A) is unknown color: approx Wild Willow. HEX triplet: CA, D4 and 6A. RGB value is (202,212,106). Sum of RGB (Red+Green+Blue) = 202+212+106=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 106 (41.80% from 255 or 20.38% from 520); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD46A is #352B95. Grayscale: #C5C5C5. Windows color (decimal): -3484566 or 7001290. OLE color: 7001290.

HSL color Cylindrical-coordinate representation of color #CAD46A: hue angle of 65.66º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAD46A is Cyan = 0.05, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.17.

Color convert

RGB202212106-
CMYK0.0500.50.17
HSL65.66º55.21%62.35%-
HSV(B)65.66º50%83.14%-
XYZ50.560.6822.69-
YUV196.9376.69131.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.85%
GREEN value IS 212 (83.20% from 255) = 40.77%
BLUE value IS 106 (41.80% from 255) = 20.38%
R=38.85%
G=40.77%
B=20.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2022121060.0500.50.1765.6655.2162.35
HexCAD46A50321142373e
Octal3123241525062211026776
Binary110010101101010011010101010110010100011000010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD46A; }

 p { color: rgb(202,212,106); }

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

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

 a { background-color: rgb(202,212,106); }

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

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

 span { border-color: rgb(202,212,106); }

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