#CACE40

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

Shades of Wattle #CACE40

Tints of Wattle #CACE40

Color information

#CACE40 (or 0xCACE40) is unknown color: approx Wattle. HEX triplet: CA, CE and 40. RGB value is (202,206,64). Sum of RGB (Red+Green+Blue) = 202+206+64=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACE40 is #3531BF. Grayscale: #BDBDBD. Windows color (decimal): -3486144 or 4247242. OLE color: 4247242.

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

Color convert

RGB20220664-
CMYK0.0200.690.19
HSL61.69º59.17%52.94%-
HSV(B)61.69º68.93%80.78%-
XYZ47.3557.0713.37-
YUV188.6257.67137.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 206 (80.86% from 255) = 43.64%
BLUE value IS 64 (25.39% from 255) = 13.56%
R=42.80%
G=43.64%
B=13.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal202206640.0200.690.1961.6959.1752.94
HexCACE402045133e3b35
Octal3123161002010523767365
Binary11001010110011101000000100100010110011111110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACE40; }

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

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

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

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

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

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

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

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