#ACBF62

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

Shades of Wild Willow #ACBF62

Tints of Wild Willow #ACBF62

Color information

#ACBF62 (or 0xACBF62) is unknown color: approx Wild Willow. HEX triplet: AC, BF and 62. RGB value is (172,191,98). Sum of RGB (Red+Green+Blue) = 172+191+98=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBF62 is #53409D. Grayscale: #AFAFAF. Windows color (decimal): -5456030 or 6471596. OLE color: 6471596.

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

Color convert

RGB17219198-
CMYK0.1000.490.25
HSL72.26º42.08%56.67%-
HSV(B)72.26º48.69%74.9%-
XYZ37.8546.9118.62-
YUV174.7284.71126.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 191 (75% from 255) = 41.43%
BLUE value IS 98 (38.67% from 255) = 21.26%
R=37.31%
G=41.43%
B=21.26%

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
Decimal172191980.1000.490.2572.2642.0856.67
HexACBF62A03119482a39
Octal25427714212061311105271
Binary1010110010111111110001010100110001110011001000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBF62; }

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

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

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

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

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

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

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

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