#ABC066

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

Shades of Wild Willow #ABC066

Tints of Wild Willow #ABC066

Color information

#ABC066 (or 0xABC066) is unknown color: approx Wild Willow. HEX triplet: AB, C0 and 66. RGB value is (171,192,102). Sum of RGB (Red+Green+Blue) = 171+192+102=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC066 is #543F99. Grayscale: #AFAFAF. Windows color (decimal): -5521306 or 6733995. OLE color: 6733995.

HSL color Cylindrical-coordinate representation of color #ABC066: hue angle of 74º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABC066 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB171192102-
CMYK0.1100.470.25
HSL74º41.67%57.65%-
HSV(B)74º46.88%75.29%-
XYZ38.0447.3219.7-
YUV175.4686.54124.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.77%
GREEN value IS 192 (75.39% from 255) = 41.29%
BLUE value IS 102 (40.23% from 255) = 21.94%
R=36.77%
G=41.29%
B=21.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711921020.1100.470.257441.6757.65
HexABC066B02F194a2a3a
Octal25330014613057311125272
Binary1010101111000000110011010110101111110011001010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC066; }

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

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

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

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

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

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

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

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