Html Css Color HEX #ACC965 Wild Willow

📋 copy color: '#ACC965'

red 172 ◦ green 201 ◦ blue 101

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

Shades of Wild Willow #ACC965

Tints of Wild Willow #ACC965

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.41%

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

R = 36.29%
G = 42.41%
B = 21.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#ACC965 (or 0xACC965) is known color: Wild Willow. HEX triplet: AC, C9 and 65. RGB value is (172,201,101). Sum of RGB (Red+Green+Blue) = 172+201+101=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC965 is #53369A. Grayscale: #B5B5B5. Windows color (decimal): -5453467 or 6670764. OLE color: 6670764.

HSL color Cylindrical-coordinate representation of color #ACC965: hue angle of 77.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACC965 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 201 101 -
CMYK 0.14 0 0.50 0.21
HSL 77.4º 0.48% 0.59% -
HSV(B) 77.4º 0.5% 0.79% -
XYZ 40.25 51.48 20.13 -
YUV 180.93 82.89 121.63 -
System Red Green Blue C M Y K H S L
Decimal 172 201 101 0.14 0 0.50 0.21 77.4 0.48 0.59
Hex AC C9 65 E 0 32 15 4D 30 3B
Octal 254 311 145 16 0 62 25 115 60 73
Binary 10101100 11001001 1100101 1110 0 110010 10101 1001101 110000 111011

Color Harmonies of #ACC965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC965

Black with #ACC965

Text Example


Text Example

White with #ACC965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC965; }

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

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

background-color css

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

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

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

border-color css

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

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

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