#CAD861

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

Shades of Wild Willow #CAD861

Tints of Wild Willow #CAD861

Color information

#CAD861 (or 0xCAD861) is unknown color: approx Wild Willow. HEX triplet: CA, D8 and 61. RGB value is (202,216,97). Sum of RGB (Red+Green+Blue) = 202+216+97=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 97 (38.28% from 255 or 18.83% from 515); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD861 is #35279E. Grayscale: #C6C6C6. Windows color (decimal): -3483551 or 6412490. OLE color: 6412490.

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

Color convert

RGB20221697-
CMYK0.0600.550.15
HSL67.06º60.41%61.37%-
HSV(B)67.06º55.09%84.71%-
XYZ51.0762.5320.69-
YUV198.2570.86130.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.22%
GREEN value IS 216 (84.77% from 255) = 41.94%
BLUE value IS 97 (38.28% from 255) = 18.83%
R=39.22%
G=41.94%
B=18.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal202216970.0600.550.1567.0660.4161.37
HexCAD8616037F433c3d
Octal3123301416067171037475
Binary11001010110110001100001110011011111111000011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD861; }

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

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

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

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

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

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

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

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