#CAD65C

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

Shades of Wild Willow #CAD65C

Tints of Wild Willow #CAD65C

Color information

#CAD65C (or 0xCAD65C) is unknown color: approx Wild Willow. HEX triplet: CA, D6 and 5C. RGB value is (202,214,92). Sum of RGB (Red+Green+Blue) = 202+214+92=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 92 (36.33% from 255 or 18.11% from 508); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD65C is #3529A3. Grayscale: #C4C4C4. Windows color (decimal): -3484068 or 6084298. OLE color: 6084298.

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

Color convert

RGB20221492-
CMYK0.0600.570.16
HSL65.9º59.8%60%-
HSV(B)65.9º57.01%83.92%-
XYZ50.3461.4219.33-
YUV196.569.02131.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.76%
GREEN value IS 214 (83.98% from 255) = 42.13%
BLUE value IS 92 (36.33% from 255) = 18.11%
R=39.76%
G=42.13%
B=18.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal202214920.0600.570.1665.959.860
HexCAD65C603910423c3c
Octal3123261346071201027474
Binary110010101101011010111001100111001100001000010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD65C; }

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

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

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

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

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

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

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

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