#C5C341

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

Shades of Wattle #C5C341

Tints of Wattle #C5C341

Color information

#C5C341 (or 0xC5C341) is unknown color: approx Wattle. HEX triplet: C5, C3 and 41. RGB value is (197,195,65). Sum of RGB (Red+Green+Blue) = 197+195+65=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 65 (25.78% from 255 or 14.22% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C341 is #3A3CBE. Grayscale: #B5B5B5. Windows color (decimal): -3816639 or 4309957. OLE color: 4309957.

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

Color convert

RGB19719565-
CMYK00.010.670.23
HSL59.09º53.23%51.37%-
HSV(B)59.09º67.01%77.25%-
XYZ43.551.2812.61-
YUV180.7862.66139.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.11%
GREEN value IS 195 (76.56% from 255) = 42.67%
BLUE value IS 65 (25.78% from 255) = 14.22%
R=43.11%
G=42.67%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971956500.010.670.2359.0953.2351.37
HexC5C3410143173b3533
Octal3053031010110327736563
Binary1100010111000011100000101100001110111111011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C341; }

 p { color: rgb(197,195,65); }

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

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

 a { background-color: rgb(197,195,65); }

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

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

 span { border-color: rgb(197,195,65); }

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