#CACE4A

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

Shades of Wattle #CACE4A

Tints of Wattle #CACE4A

Color information

#CACE4A (or 0xCACE4A) is unknown color: approx Wattle. HEX triplet: CA, CE and 4A. RGB value is (202,206,74). Sum of RGB (Red+Green+Blue) = 202+206+74=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACE4A is #3531B5. Grayscale: #BEBEBE. Windows color (decimal): -3486134 or 4902602. OLE color: 4902602.

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

Color convert

RGB20220674-
CMYK0.0200.640.19
HSL61.82º57.39%54.9%-
HSV(B)61.82º64.08%80.78%-
XYZ47.6657.1915.01-
YUV189.7662.67136.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 206 (80.86% from 255) = 42.74%
BLUE value IS 74 (29.30% from 255) = 15.35%
R=41.91%
G=42.74%
B=15.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal202206740.0200.640.1961.8257.3954.9
HexCACE4A2040133e3937
Octal3123161122010023767167
Binary11001010110011101001010100100000010011111110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACE4A; }

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

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

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

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

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

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

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

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