#CACE6C

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

Shades of Wild Willow #CACE6C

Tints of Wild Willow #CACE6C

Color information

#CACE6C (or 0xCACE6C) is unknown color: approx Wild Willow. HEX triplet: CA, CE and 6C. RGB value is (202,206,108). Sum of RGB (Red+Green+Blue) = 202+206+108=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 108 (42.58% from 255 or 20.93% from 516); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACE6C is #353193. Grayscale: #C2C2C2. Windows color (decimal): -3486100 or 7130826. OLE color: 7130826.

HSL color Cylindrical-coordinate representation of color #CACE6C: hue angle of 62.45º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CACE6C is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB202206108-
CMYK0.0200.480.19
HSL62.45º50%61.57%-
HSV(B)62.45º47.57%80.78%-
XYZ49.1457.7822.75-
YUV193.6379.67133.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.15%
GREEN value IS 206 (80.86% from 255) = 39.92%
BLUE value IS 108 (42.58% from 255) = 20.93%
R=39.15%
G=39.92%
B=20.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022061080.0200.480.1962.455061.57
HexCACE6C2030133e323e
Octal312316154206023766276
Binary1100101011001110110110010011000010011111110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACE6C; }

 p { color: rgb(202,206,108); }

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

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

 a { background-color: rgb(202,206,108); }

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

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

 span { border-color: rgb(202,206,108); }

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