#C5CA41

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

Shades of Wattle #C5CA41

Tints of Wattle #C5CA41

Color information

#C5CA41 (or 0xC5CA41) is unknown color: approx Wattle. HEX triplet: C5, CA and 41. RGB value is (197,202,65). Sum of RGB (Red+Green+Blue) = 197+202+65=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 65 (25.78% from 255 or 14.01% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CA41 is #3A35BE. Grayscale: #B9B9B9. Windows color (decimal): -3814847 or 4311749. OLE color: 4311749.

HSL color Cylindrical-coordinate representation of color #C5CA41: hue angle of 62.19º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5CA41 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB19720265-
CMYK0.0200.680.21
HSL62.19º56.38%52.35%-
HSV(B)62.19º67.82%79.22%-
XYZ45.154.4913.14-
YUV184.8960.34136.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.46%
GREEN value IS 202 (79.30% from 255) = 43.53%
BLUE value IS 65 (25.78% from 255) = 14.01%
R=42.46%
G=43.53%
B=14.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal197202650.0200.680.2162.1956.3852.35
HexC5CA412044153e3834
Octal3053121012010425767064
Binary11000101110010101000001100100010010101111110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CA41; }

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

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

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

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

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

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

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

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