#CACD5C

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

Shades of Wild Willow #CACD5C

Tints of Wild Willow #CACD5C

Color information

#CACD5C (or 0xCACD5C) is unknown color: approx Wild Willow. HEX triplet: CA, CD and 5C. RGB value is (202,205,92). Sum of RGB (Red+Green+Blue) = 202+205+92=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 92 (36.33% from 255 or 18.44% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #CACD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACD5C is #3532A3. Grayscale: #BFBFBF. Windows color (decimal): -3486372 or 6081994. OLE color: 6081994.

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

Color convert

RGB20220592-
CMYK0.0100.550.20
HSL61.59º53.05%58.24%-
HSV(B)61.59º55.12%80.39%-
XYZ48.1256.9918.59-
YUV191.2272.01135.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.48%
GREEN value IS 205 (80.47% from 255) = 41.08%
BLUE value IS 92 (36.33% from 255) = 18.44%
R=40.48%
G=41.08%
B=18.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal202205920.0100.550.2061.5953.0558.24
HexCACD5C1037143e353a
Octal312315134106724766572
Binary110010101100110110111001011011110100111110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACD5C; }

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

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

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

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

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

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

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

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