#CACC45

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

Shades of Wattle #CACC45

Tints of Wattle #CACC45

Color information

#CACC45 (or 0xCACC45) is unknown color: approx Wattle. HEX triplet: CA, CC and 45. RGB value is (202,204,69). Sum of RGB (Red+Green+Blue) = 202+204+69=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 69 (27.34% from 255 or 14.53% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #CACC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACC45 is #3533BA. Grayscale: #BCBCBC. Windows color (decimal): -3486651 or 4574410. OLE color: 4574410.

HSL color Cylindrical-coordinate representation of color #CACC45: hue angle of 60.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CACC45 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB20220469-
CMYK0.0100.660.2
HSL60.89º56.96%53.53%-
HSV(B)60.89º66.18%80%-
XYZ47.0256.1713.99-
YUV188.0160.84137.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.53%
GREEN value IS 204 (80.08% from 255) = 42.95%
BLUE value IS 69 (27.34% from 255) = 14.53%
R=42.53%
G=42.95%
B=14.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal202204690.0100.660.260.8956.9653.53
HexCACC451042143d3936
Octal3123141051010224757166
Binary1100101011001100100010110100001010100111101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACC45; }

 p { color: rgb(202,204,69); }

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

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

 a { background-color: rgb(202,204,69); }

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

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

 span { border-color: rgb(202,204,69); }

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