#ABBC68

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

Shades of Wild Willow #ABBC68

Tints of Wild Willow #ABBC68

Color information

#ABBC68 (or 0xABBC68) is unknown color: approx Wild Willow. HEX triplet: AB, BC and 68. RGB value is (171,188,104). Sum of RGB (Red+Green+Blue) = 171+188+104=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBC68 is #544397. Grayscale: #ADADAD. Windows color (decimal): -5522328 or 6864043. OLE color: 6864043.

HSL color Cylindrical-coordinate representation of color #ABBC68: hue angle of 72.14º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABBC68 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB171188104-
CMYK0.0900.450.26
HSL72.14º38.53%57.25%-
HSV(B)72.14º44.68%73.73%-
XYZ37.2845.6219.94-
YUV173.3488.87126.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.93%
GREEN value IS 188 (73.83% from 255) = 40.60%
BLUE value IS 104 (41.02% from 255) = 22.46%
R=36.93%
G=40.60%
B=22.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711881040.0900.450.2672.1438.5357.25
HexABBC68902D1A482739
Octal25327415011055321104771
Binary1010101110111100110100010010101101110101001000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBC68; }

 p { color: rgb(171,188,104); }

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

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

 a { background-color: rgb(171,188,104); }

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

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

 span { border-color: rgb(171,188,104); }

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