#ACBF64

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

Shades of Wild Willow #ACBF64

Tints of Wild Willow #ACBF64

Color information

#ACBF64 (or 0xACBF64) is unknown color: approx Wild Willow. HEX triplet: AC, BF and 64. RGB value is (172,191,100). Sum of RGB (Red+Green+Blue) = 172+191+100=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBF64 is #53409B. Grayscale: #AFAFAF. Windows color (decimal): -5456028 or 6602668. OLE color: 6602668.

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

Color convert

RGB172191100-
CMYK0.1000.480.25
HSL72.53º41.55%57.06%-
HSV(B)72.53º47.64%74.9%-
XYZ37.9446.9519.12-
YUV174.9485.71125.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 191 (75% from 255) = 41.25%
BLUE value IS 100 (39.45% from 255) = 21.60%
R=37.15%
G=41.25%
B=21.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721911000.1000.480.2572.5341.5557.06
HexACBF64A03019492a39
Octal25427714412060311115271
Binary1010110010111111110010010100110000110011001001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBF64; }

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

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

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

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

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

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

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

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