#A8C061

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

Shades of Wild Willow #A8C061

Tints of Wild Willow #A8C061

Color information

#A8C061 (or 0xA8C061) is unknown color: approx Wild Willow. HEX triplet: A8, C0 and 61. RGB value is (168,192,97). Sum of RGB (Red+Green+Blue) = 168+192+97=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C061 is #573F9E. Grayscale: #AEAEAE. Windows color (decimal): -5717919 or 6406312. OLE color: 6406312.

HSL color Cylindrical-coordinate representation of color #A8C061: hue angle of 75.16º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8C061 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB16819297-
CMYK0.1200.490.25
HSL75.16º42.99%56.67%-
HSV(B)75.16º49.48%75.29%-
XYZ37.1646.8918.4-
YUV173.9984.55123.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.76%
GREEN value IS 192 (75.39% from 255) = 42.01%
BLUE value IS 97 (38.28% from 255) = 21.23%
R=36.76%
G=42.01%
B=21.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168192970.1200.490.2575.1642.9956.67
HexA8C061C031194b2b39
Octal25030014114061311135371
Binary1010100011000000110000111000110001110011001011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C061; }

 p { color: rgb(168,192,97); }

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

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

 a { background-color: rgb(168,192,97); }

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

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

 span { border-color: rgb(168,192,97); }

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