#CACD6E

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

Shades of Wild Willow #CACD6E

Tints of Wild Willow #CACD6E

Color information

#CACD6E (or 0xCACD6E) is unknown color: approx Wild Willow. HEX triplet: CA, CD and 6E. RGB value is (202,205,110). Sum of RGB (Red+Green+Blue) = 202+205+110=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 110 (43.36% from 255 or 21.28% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #CACD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACD6E is #353291. Grayscale: #C1C1C1. Windows color (decimal): -3486354 or 7261642. OLE color: 7261642.

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

Color convert

RGB202205110-
CMYK0.0100.460.20
HSL61.89º48.72%61.76%-
HSV(B)61.89º46.34%80.39%-
XYZ4957.3423.24-
YUV193.2781.01134.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 205 (80.47% from 255) = 39.65%
BLUE value IS 110 (43.36% from 255) = 21.28%
R=39.07%
G=39.65%
B=21.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2022051100.0100.460.2061.8948.7261.76
HexCACD6E102E143e313e
Octal312315156105624766176
Binary110010101100110111011101010111010100111110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACD6E; }

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

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

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

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

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

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

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

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