#ACBC6A

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

Shades of Wild Willow #ACBC6A

Tints of Wild Willow #ACBC6A

Color information

#ACBC6A (or 0xACBC6A) is unknown color: approx Wild Willow. HEX triplet: AC, BC and 6A. RGB value is (172,188,106). Sum of RGB (Red+Green+Blue) = 172+188+106=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBC6A is #534395. Grayscale: #AEAEAE. Windows color (decimal): -5456790 or 6995116. OLE color: 6995116.

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

Color convert

RGB172188106-
CMYK0.0900.440.26
HSL71.71º37.96%57.65%-
HSV(B)71.71º43.62%73.73%-
XYZ37.645.7820.49-
YUV173.8789.7126.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 188 (73.83% from 255) = 40.34%
BLUE value IS 106 (41.80% from 255) = 22.75%
R=36.91%
G=40.34%
B=22.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721881060.0900.440.2671.7137.9657.65
HexACBC6A902C1A48263a
Octal25427415211054321104672
Binary1010110010111100110101010010101100110101001000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBC6A; }

 p { color: rgb(172,188,106); }

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

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

 a { background-color: rgb(172,188,106); }

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

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

 span { border-color: rgb(172,188,106); }

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