#ABC962

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

Shades of Wild Willow #ABC962

Tints of Wild Willow #ABC962

Color information

#ABC962 (or 0xABC962) is unknown color: approx Wild Willow. HEX triplet: AB, C9 and 62. RGB value is (171,201,98). Sum of RGB (Red+Green+Blue) = 171+201+98=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC962 is #54369D. Grayscale: #B4B4B4. Windows color (decimal): -5519006 or 6474155. OLE color: 6474155.

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

Color convert

RGB17120198-
CMYK0.1500.510.21
HSL77.48º48.82%58.63%-
HSV(B)77.48º51.24%78.82%-
XYZ39.8951.3119.36-
YUV180.2981.56121.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.38%
GREEN value IS 201 (78.91% from 255) = 42.77%
BLUE value IS 98 (38.67% from 255) = 20.85%
R=36.38%
G=42.77%
B=20.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal171201980.1500.510.2177.4848.8258.63
HexABC962F033154d313b
Octal25331114217063251156173
Binary1010101111001001110001011110110011101011001101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC962; }

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

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

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

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

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

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

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

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