Html Css Color HEX #ACAC85 Neutral Green

📋 copy color: '#ACAC85'

red 172 ◦ green 172 ◦ blue 133

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

Shades of Neutral Green #ACAC85

Tints of Neutral Green #ACAC85

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.06%

 BLUE value IS 133 (52.34% from 255) = 27.88%

R = 36.06%
G = 36.06%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#ACAC85 (or 0xACAC85) is known color: Neutral Green. HEX triplet: AC, AC and 85. RGB value is (172,172,133). Sum of RGB (Red+Green+Blue) = 172+172+133=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAC85 is #53537A. Grayscale: #A7A7A7. Windows color (decimal): -5460859 or 8760492. OLE color: 8760492.

HSL color Cylindrical-coordinate representation of color #ACAC85: hue angle of 60º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACAC85 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 172 133 -
CMYK 0 0 0.23 0.33
HSL 60º 0.19% 0.6% -
HSV(B) 60º 0.23% 0.67% -
XYZ 36 39.97 28.01 -
YUV 167.55 108.5 131.17 -
System Red Green Blue C M Y K H S L
Decimal 172 172 133 0 0 0.23 0.33 60 0.19 0.6
Hex AC AC 85 0 0 17 21 3C 13 3C
Octal 254 254 205 0 0 27 41 74 23 74
Binary 10101100 10101100 10000101 0 0 10111 100001 111100 10011 111100

Color Harmonies of #ACAC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC85

Black with #ACAC85

Text Example


Text Example

White with #ACAC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC85; }

 p { color: rgb(172,172,133); }

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

background-color css

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

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

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

border-color css

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

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

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