Html Css Color HEX #ACBF60 Wild Willow

📋 copy color: '#ACBF60'

red 172 ◦ green 191 ◦ blue 96

#ACBF60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #ACBF60

Tints of Wild Willow #ACBF60

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 value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#ACBF60 (or 0xACBF60) is known color: 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

RGB 172 191 96 -
CMYK 0.10 0 0.50 0.25
HSL 72º 0.43% 0.56% -
HSV(B) 72º 0.5% 0.75% -
XYZ 37.76 46.88 18.12 -
YUV 174.49 83.71 126.22 -
System Red Green Blue C M Y K H S L
Decimal 172 191 96 0.10 0 0.50 0.25 72 0.43 0.56
Hex AC BF 60 A 0 32 19 48 2B 38
Octal 254 277 140 12 0 62 31 110 53 70
Binary 10101100 10111111 1100000 1010 0 110010 11001 1001000 101011 111000

Color Harmonies of #ACBF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBF60

Black with #ACBF60

Text Example


Text Example

White with #ACBF60

Text Example


Text Example

HTML Codes & Css Web 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>