Html Css Color HEX #ACC065 Wild Willow

📋 copy color: '#ACC065'

red 172 ◦ green 192 ◦ blue 101

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

Shades of Wild Willow #ACC065

Tints of Wild Willow #ACC065

RGB

 RED value IS 172 (67.58% from 255) = 36.99%

 GREEN value IS 192 (75.39% from 255) = 41.29%

 BLUE value IS 101 (39.84% from 255) = 21.72%

R = 36.99%
G = 41.29%
B = 21.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#ACC065 (or 0xACC065) is known color: Wild Willow. HEX triplet: AC, C0 and 65. RGB value is (172,192,101). Sum of RGB (Red+Green+Blue) = 172+192+101=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC065 is #533F9A. Grayscale: #AFAFAF. Windows color (decimal): -5455771 or 6668460. OLE color: 6668460.

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

Color convert

RGB 172 192 101 -
CMYK 0.10 0 0.47 0.25
HSL 73.19º 0.42% 0.57% -
HSV(B) 73.19º 0.47% 0.75% -
XYZ 38.21 47.41 19.45 -
YUV 175.65 85.87 125.4 -
System Red Green Blue C M Y K H S L
Decimal 172 192 101 0.10 0 0.47 0.25 73.19 0.42 0.57
Hex AC C0 65 A 0 2F 19 49 2A 39
Octal 254 300 145 12 0 57 31 111 52 71
Binary 10101100 11000000 1100101 1010 0 101111 11001 1001001 101010 111001

Color Harmonies of #ACC065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC065

Black with #ACC065

Text Example


Text Example

White with #ACC065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC065; }

 p { color: rgb(172,192,101); }

 H1.HeaderClassName
 {
   color: #ACC065;
 }
 .AnyTagClassName
 {
   color: #ACC065;
 }
</style>

background-color css

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

 a { background-color: rgb(172,192,101); }

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

border-color css

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

 span { border-color: rgb(172,192,101); }

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