#C5C144

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

Shades of Wattle #C5C144

Tints of Wattle #C5C144

Color information

#C5C144 (or 0xC5C144) is unknown color: approx Wattle. HEX triplet: C5, C1 and 44. RGB value is (197,193,68). Sum of RGB (Red+Green+Blue) = 197+193+68=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 68 (26.95% from 255 or 14.85% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C144 is #3A3EBB. Grayscale: #B4B4B4. Windows color (decimal): -3817148 or 4506053. OLE color: 4506053.

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

Color convert

RGB19719368-
CMYK00.020.650.23
HSL58.14º52.65%51.96%-
HSV(B)58.14º65.48%77.25%-
XYZ43.1450.4312.93-
YUV179.9564.83140.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.01%
GREEN value IS 193 (75.78% from 255) = 42.14%
BLUE value IS 68 (26.95% from 255) = 14.85%
R=43.01%
G=42.14%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971936800.020.650.2358.1452.6551.96
HexC5C1440241173a3534
Octal3053011040210127726564
Binary11000101110000011000100010100000110111111010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C144; }

 p { color: rgb(197,193,68); }

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

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

 a { background-color: rgb(197,193,68); }

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

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

 span { border-color: rgb(197,193,68); }

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