#ABC960

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

Shades of Wild Willow #ABC960

Tints of Wild Willow #ABC960

Color information

#ABC960 (or 0xABC960) is unknown color: approx Wild Willow. HEX triplet: AB, C9 and 60. RGB value is (171,201,96). Sum of RGB (Red+Green+Blue) = 171+201+96=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC960 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC960 is #54369F. Grayscale: #B4B4B4. Windows color (decimal): -5519008 or 6343083. OLE color: 6343083.

HSL color Cylindrical-coordinate representation of color #ABC960: hue angle of 77.14º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABC960 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB17120196-
CMYK0.1500.520.21
HSL77.14º49.3%58.24%-
HSV(B)77.14º52.24%78.82%-
XYZ39.7951.2818.87-
YUV180.0680.56121.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.54%
GREEN value IS 201 (78.91% from 255) = 42.95%
BLUE value IS 96 (37.89% from 255) = 20.51%
R=36.54%
G=42.95%
B=20.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal171201960.1500.520.2177.1449.358.24
HexABC960F034154d313a
Octal25331114017064251156172
Binary1010101111001001110000011110110100101011001101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC960; }

 p { color: rgb(171,201,96); }

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

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

 a { background-color: rgb(171,201,96); }

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

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

 span { border-color: rgb(171,201,96); }

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