#ACBC69

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

Shades of Wild Willow #ACBC69

Tints of Wild Willow #ACBC69

Color information

#ACBC69 (or 0xACBC69) is unknown color: approx Wild Willow. HEX triplet: AC, BC and 69. RGB value is (172,188,105). Sum of RGB (Red+Green+Blue) = 172+188+105=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBC69 is #534396. Grayscale: #AEAEAE. Windows color (decimal): -5456791 or 6929580. OLE color: 6929580.

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

Color convert

RGB172188105-
CMYK0.0900.440.26
HSL71.57º38.25%57.45%-
HSV(B)71.57º44.15%73.73%-
XYZ37.5545.7620.22-
YUV173.7589.2126.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.99%
GREEN value IS 188 (73.83% from 255) = 40.43%
BLUE value IS 105 (41.41% from 255) = 22.58%
R=36.99%
G=40.43%
B=22.58%

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
Decimal1721881050.0900.440.2671.5738.2557.45
HexACBC69902C1A482639
Octal25427415111054321104671
Binary1010110010111100110100110010101100110101001000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBC69; }

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

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

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

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

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

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

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

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