#ACBD66

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

Shades of Wild Willow #ACBD66

Tints of Wild Willow #ACBD66

Color information

#ACBD66 (or 0xACBD66) is unknown color: approx Wild Willow. HEX triplet: AC, BD and 66. RGB value is (172,189,102). Sum of RGB (Red+Green+Blue) = 172+189+102=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBD66 is #534299. Grayscale: #AEAEAE. Windows color (decimal): -5456538 or 6733228. OLE color: 6733228.

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

Color convert

RGB172189102-
CMYK0.0900.460.26
HSL71.72º39.73%57.06%-
HSV(B)71.72º46.03%74.12%-
XYZ37.6146.1319.49-
YUV17487.37126.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 189 (74.22% from 255) = 40.82%
BLUE value IS 102 (40.23% from 255) = 22.03%
R=37.15%
G=40.82%
B=22.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721891020.0900.460.2671.7239.7357.06
HexACBD66902E1A482839
Octal25427514611056321105071
Binary1010110010111101110011010010101110110101001000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBD66; }

 p { color: rgb(172,189,102); }

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

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

 a { background-color: rgb(172,189,102); }

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

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

 span { border-color: rgb(172,189,102); }

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