#ABC462

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

Shades of Wild Willow #ABC462

Tints of Wild Willow #ABC462

Color information

#ABC462 (or 0xABC462) is unknown color: approx Wild Willow. HEX triplet: AB, C4 and 62. RGB value is (171,196,98). Sum of RGB (Red+Green+Blue) = 171+196+98=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC462 is #543B9D. Grayscale: #B1B1B1. Windows color (decimal): -5520286 or 6472875. OLE color: 6472875.

HSL color Cylindrical-coordinate representation of color #ABC462: hue angle of 75.31º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABC462 is Cyan = 0.13, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.23.

Color convert

RGB17119698-
CMYK0.1300.50.23
HSL75.31º45.37%57.65%-
HSV(B)75.31º50%76.86%-
XYZ38.7449.0218.98-
YUV177.3583.22123.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.77%
GREEN value IS 196 (76.95% from 255) = 42.15%
BLUE value IS 98 (38.67% from 255) = 21.08%
R=36.77%
G=42.15%
B=21.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal171196980.1300.50.2375.3145.3757.65
HexABC462D032174b2d3a
Octal25330414215062271135572
Binary1010101111000100110001011010110010101111001011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC462; }

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

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

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

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

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

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

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

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