#C4C43D

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

Shades of Wattle #C4C43D

Tints of Wattle #C4C43D

Color information

#C4C43D (or 0xC4C43D) is unknown color: approx Wattle. HEX triplet: C4, C4 and 3D. RGB value is (196,196,61). Sum of RGB (Red+Green+Blue) = 196+196+61=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 196 (76.95% from 255 or 43.27% from 453); Blue value is 61 (24.22% from 255 or 13.47% from 453); Max value from RGB is 196 - color contains mainly: red, green. Hex color #C4C43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C43D is #3B3BC2. Grayscale: #B5B5B5. Windows color (decimal): -3881923 or 4048068. OLE color: 4048068.

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

Color convert

RGB19619661-
CMYK000.690.23
HSL60º53.36%50.39%-
HSV(B)60º68.88%76.86%-
XYZ43.3551.5512.08-
YUV180.6160.5138.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.27%
GREEN value IS 196 (76.95% from 255) = 43.27%
BLUE value IS 61 (24.22% from 255) = 13.47%
R=43.27%
G=43.27%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619661000.690.236053.3650.39
HexC4C43D0045173c3532
Octal304304750010527746562
Binary110001001100010011110100100010110111111100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C43D; }

 p { color: rgb(196,196,61); }

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

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

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

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

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

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

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