#CACD64

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

Shades of Wild Willow #CACD64

Tints of Wild Willow #CACD64

Color information

#CACD64 (or 0xCACD64) is unknown color: approx Wild Willow. HEX triplet: CA, CD and 64. RGB value is (202,205,100). Sum of RGB (Red+Green+Blue) = 202+205+100=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 100 (39.45% from 255 or 19.72% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #CACD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACD64 is #35329B. Grayscale: #C0C0C0. Windows color (decimal): -3486364 or 6606282. OLE color: 6606282.

HSL color Cylindrical-coordinate representation of color #CACD64: hue angle of 61.71º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CACD64 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB202205100-
CMYK0.0100.510.20
HSL61.71º51.22%59.8%-
HSV(B)61.71º51.22%80.39%-
XYZ48.4957.1420.53-
YUV192.1376.01135.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.84%
GREEN value IS 205 (80.47% from 255) = 40.43%
BLUE value IS 100 (39.45% from 255) = 19.72%
R=39.84%
G=40.43%
B=19.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2022051000.0100.510.2061.7151.2259.8
HexCACD641033143e333c
Octal312315144106324766374
Binary110010101100110111001001011001110100111110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACD64; }

 p { color: rgb(202,205,100); }

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

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

 a { background-color: rgb(202,205,100); }

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

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

 span { border-color: rgb(202,205,100); }

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