#ABC062

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

Shades of Wild Willow #ABC062

Tints of Wild Willow #ABC062

Color information

#ABC062 (or 0xABC062) is unknown color: approx Wild Willow. HEX triplet: AB, C0 and 62. RGB value is (171,192,98). Sum of RGB (Red+Green+Blue) = 171+192+98=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC062 is #543F9D. Grayscale: #AFAFAF. Windows color (decimal): -5521310 or 6471851. OLE color: 6471851.

HSL color Cylindrical-coordinate representation of color #ABC062: hue angle of 73.4º 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 #ABC062 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB17119298-
CMYK0.1100.490.25
HSL73.4º42.73%56.86%-
HSV(B)73.4º48.96%75.29%-
XYZ37.8547.2418.68-
YUV17584.54125.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.09%
GREEN value IS 192 (75.39% from 255) = 41.65%
BLUE value IS 98 (38.67% from 255) = 21.26%
R=37.09%
G=41.65%
B=21.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171192980.1100.490.2573.442.7356.86
HexABC062B03119492b39
Octal25330014213061311115371
Binary1010101111000000110001010110110001110011001001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC062; }

 p { color: rgb(171,192,98); }

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

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

 a { background-color: rgb(171,192,98); }

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

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

 span { border-color: rgb(171,192,98); }

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