#ABC65F

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

Shades of Wild Willow #ABC65F

Tints of Wild Willow #ABC65F

Color information

#ABC65F (or 0xABC65F) is unknown color: approx Wild Willow. HEX triplet: AB, C6 and 5F. RGB value is (171,198,95). Sum of RGB (Red+Green+Blue) = 171+198+95=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 95 (37.5% from 255 or 20.47% from 464); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC65F is #5439A0. Grayscale: #B2B2B2. Windows color (decimal): -5519777 or 6276779. OLE color: 6276779.

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

Color convert

RGB17119895-
CMYK0.1400.520.22
HSL75.73º47.47%57.45%-
HSV(B)75.73º52.02%77.65%-
XYZ39.0549.8718.39-
YUV178.1881.05122.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.85%
GREEN value IS 198 (77.73% from 255) = 42.67%
BLUE value IS 95 (37.5% from 255) = 20.47%
R=36.85%
G=42.67%
B=20.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal171198950.1400.520.2275.7347.4757.45
HexABC65FE034164c2f39
Octal25330613716064261145771
Binary1010101111000110101111111100110100101101001100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC65F; }

 p { color: rgb(171,198,95); }

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

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

 a { background-color: rgb(171,198,95); }

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

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

 span { border-color: rgb(171,198,95); }

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