#C6C740

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

Shades of Wattle #C6C740

Tints of Wattle #C6C740

Color information

#C6C740 (or 0xC6C740) is unknown color: approx Wattle. HEX triplet: C6, C7 and 40. RGB value is (198,199,64). Sum of RGB (Red+Green+Blue) = 198+199+64=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 64 (25.39% from 255 or 13.88% from 461); Max value from RGB is 199 - color contains mainly: green. Hex color #C6C740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C740 is #3938BF. Grayscale: #B7B7B7. Windows color (decimal): -3750080 or 4245446. OLE color: 4245446.

HSL color Cylindrical-coordinate representation of color #C6C740: hue angle of 60.44º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6C740 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB19819964-
CMYK0.0100.680.22
HSL60.44º54.66%51.57%-
HSV(B)60.44º67.84%78.04%-
XYZ44.6453.2212.77-
YUV183.3160.67138.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.95%
GREEN value IS 199 (78.12% from 255) = 43.17%
BLUE value IS 64 (25.39% from 255) = 13.88%
R=42.95%
G=43.17%
B=13.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198199640.0100.680.2260.4454.6651.57
HexC6C7401044163c3734
Octal3063071001010426746764
Binary1100011011000111100000010100010010110111100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C740; }

 p { color: rgb(198,199,64); }

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

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

 a { background-color: rgb(198,199,64); }

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

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

 span { border-color: rgb(198,199,64); }

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