#CACD6A

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

Shades of Wild Willow #CACD6A

Tints of Wild Willow #CACD6A

Color information

#CACD6A (or 0xCACD6A) is unknown color: approx Wild Willow. HEX triplet: CA, CD and 6A. RGB value is (202,205,106). Sum of RGB (Red+Green+Blue) = 202+205+106=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 106 (41.80% from 255 or 20.66% from 513); Max value from RGB is 205 - color contains mainly: green. Hex color #CACD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACD6A is #353295. Grayscale: #C1C1C1. Windows color (decimal): -3486358 or 6999498. OLE color: 6999498.

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

Color convert

RGB202205106-
CMYK0.0100.480.20
HSL61.82º49.75%60.98%-
HSV(B)61.82º48.29%80.39%-
XYZ48.7957.2622.12-
YUV192.8279.01134.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.38%
GREEN value IS 205 (80.47% from 255) = 39.96%
BLUE value IS 106 (41.80% from 255) = 20.66%
R=39.38%
G=39.96%
B=20.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2022051060.0100.480.2061.8249.7560.98
HexCACD6A1030143e323d
Octal312315152106024766275
Binary110010101100110111010101011000010100111110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACD6A; }

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

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

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

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

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

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

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

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