#C5C145

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

Shades of Wattle #C5C145

Tints of Wattle #C5C145

Color information

#C5C145 (or 0xC5C145) is unknown color: approx Wattle. HEX triplet: C5, C1 and 45. RGB value is (197,193,69). Sum of RGB (Red+Green+Blue) = 197+193+69=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 69 (27.34% from 255 or 15.03% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C145 is #3A3EBA. Grayscale: #B4B4B4. Windows color (decimal): -3817147 or 4571589. OLE color: 4571589.

HSL color Cylindrical-coordinate representation of color #C5C145: hue angle of 58.12º degrees, saturation: 0.52, 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 #C5C145 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB19719369-
CMYK00.020.650.23
HSL58.12º52.46%52.16%-
HSV(B)58.12º64.97%77.25%-
XYZ43.1750.4413.09-
YUV180.0665.33140.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.92%
GREEN value IS 193 (75.78% from 255) = 42.05%
BLUE value IS 69 (27.34% from 255) = 15.03%
R=42.92%
G=42.05%
B=15.03%

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
Decimal1971936900.020.650.2358.1252.4652.16
HexC5C1450241173a3434
Octal3053011050210127726464
Binary11000101110000011000101010100000110111111010110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C145; }

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

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

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

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

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

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

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

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