#ACBF60

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

Shades of Wild Willow #ACBF60

Tints of Wild Willow #ACBF60

Color information

#ACBF60 (or 0xACBF60) is unknown color: approx Wild Willow. HEX triplet: AC, BF and 60. RGB value is (172,191,96). Sum of RGB (Red+Green+Blue) = 172+191+96=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBF60 is #53409F. Grayscale: #AEAEAE. Windows color (decimal): -5456032 or 6340524. OLE color: 6340524.

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

Color convert

RGB17219196-
CMYK0.1000.500.25
HSL72º42.6%56.27%-
HSV(B)72º49.74%74.9%-
XYZ37.7646.8818.12-
YUV174.4983.71126.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.47%
GREEN value IS 191 (75% from 255) = 41.61%
BLUE value IS 96 (37.89% from 255) = 20.92%
R=37.47%
G=41.61%
B=20.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172191960.1000.500.257242.656.27
HexACBF60A03219482b38
Octal25427714012062311105370
Binary1010110010111111110000010100110010110011001000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBF60; }

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

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

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

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

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

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

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

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