#C5C241

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

Shades of Wattle #C5C241

Tints of Wattle #C5C241

Color information

#C5C241 (or 0xC5C241) is unknown color: approx Wattle. HEX triplet: C5, C2 and 41. RGB value is (197,194,65). Sum of RGB (Red+Green+Blue) = 197+194+65=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 65 (25.78% from 255 or 14.25% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C241 is #3A3DBE. Grayscale: #B4B4B4. Windows color (decimal): -3816895 or 4309701. OLE color: 4309701.

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

Color convert

RGB19719465-
CMYK00.020.670.23
HSL58.64º53.23%51.37%-
HSV(B)58.64º67.01%77.25%-
XYZ43.2750.8412.53-
YUV180.1962.99139.99-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.20%
GREEN value IS 194 (76.17% from 255) = 42.54%
BLUE value IS 65 (25.78% from 255) = 14.25%
R=43.20%
G=42.54%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971946500.020.670.2358.6453.2351.37
HexC5C2410243173b3533
Octal3053021010210327736563
Binary11000101110000101000001010100001110111111011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C241; }

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

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

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

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

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

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

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

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