#ACBF61

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

Shades of Wild Willow #ACBF61

Tints of Wild Willow #ACBF61

Color information

#ACBF61 (or 0xACBF61) is unknown color: approx Wild Willow. HEX triplet: AC, BF and 61. RGB value is (172,191,97). Sum of RGB (Red+Green+Blue) = 172+191+97=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBF61 is #53409E. Grayscale: #AEAEAE. Windows color (decimal): -5456031 or 6406060. OLE color: 6406060.

HSL color Cylindrical-coordinate representation of color #ACBF61: hue angle of 72.13º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACBF61 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB17219197-
CMYK0.1000.490.25
HSL72.13º42.34%56.47%-
HSV(B)72.13º49.21%74.9%-
XYZ37.846.918.37-
YUV174.684.21126.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.39%
GREEN value IS 191 (75% from 255) = 41.52%
BLUE value IS 97 (38.28% from 255) = 21.09%
R=37.39%
G=41.52%
B=21.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172191970.1000.490.2572.1342.3456.47
HexACBF61A03119482a38
Octal25427714112061311105270
Binary1010110010111111110000110100110001110011001000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBF61; }

 p { color: rgb(172,191,97); }

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

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

 a { background-color: rgb(172,191,97); }

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

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

 span { border-color: rgb(172,191,97); }

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