#ABC85D

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

Shades of Wild Willow #ABC85D

Tints of Wild Willow #ABC85D

Color information

#ABC85D (or 0xABC85D) is unknown color: approx Wild Willow. HEX triplet: AB, C8 and 5D. RGB value is (171,200,93). Sum of RGB (Red+Green+Blue) = 171+200+93=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC85D is #5437A2. Grayscale: #B3B3B3. Windows color (decimal): -5519267 or 6146219. OLE color: 6146219.

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

Color convert

RGB17120093-
CMYK0.1400.540.22
HSL76.26º49.31%57.45%-
HSV(B)76.26º53.5%78.43%-
XYZ39.4250.7618.08-
YUV179.1379.39122.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.85%
GREEN value IS 200 (78.52% from 255) = 43.10%
BLUE value IS 93 (36.72% from 255) = 20.04%
R=36.85%
G=43.10%
B=20.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal171200930.1400.540.2276.2649.3157.45
HexABC85DE036164c3139
Octal25331013516066261146171
Binary1010101111001000101110111100110110101101001100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC85D; }

 p { color: rgb(171,200,93); }

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

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

 a { background-color: rgb(171,200,93); }

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

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

 span { border-color: rgb(171,200,93); }

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