#C4C542

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

Shades of Wattle #C4C542

Tints of Wattle #C4C542

Color information

#C4C542 (or 0xC4C542) is unknown color: approx Wattle. HEX triplet: C4, C5 and 42. RGB value is (196,197,66). Sum of RGB (Red+Green+Blue) = 196+197+66=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 66 (26.17% from 255 or 14.38% from 459); Max value from RGB is 197 - color contains mainly: green. Hex color #C4C542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C542 is #3B3ABD. Grayscale: #B6B6B6. Windows color (decimal): -3881662 or 4376004. OLE color: 4376004.

HSL color Cylindrical-coordinate representation of color #C4C542: hue angle of 60.46º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C4C542 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB19619766-
CMYK0.0100.660.23
HSL60.46º53.04%51.57%-
HSV(B)60.46º66.5%77.25%-
XYZ43.7152.0612.9-
YUV181.7762.67138.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.70%
GREEN value IS 197 (77.34% from 255) = 42.92%
BLUE value IS 66 (26.17% from 255) = 14.38%
R=42.70%
G=42.92%
B=14.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196197660.0100.660.2360.4653.0451.57
HexC4C5421042173c3534
Octal3043051021010227746564
Binary1100010011000101100001010100001010111111100110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C542; }

 p { color: rgb(196,197,66); }

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

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

 a { background-color: rgb(196,197,66); }

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

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

 span { border-color: rgb(196,197,66); }

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