Html Css Color HEX #ACAC83 Neutral Green

📋 copy color: '#ACAC83'

red 172 ◦ green 172 ◦ blue 131

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

Shades of Neutral Green #ACAC83

Tints of Neutral Green #ACAC83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.58%

R = 36.21%
G = 36.21%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#ACAC83 (or 0xACAC83) is known color: Neutral Green. HEX triplet: AC, AC and 83. RGB value is (172,172,131). Sum of RGB (Red+Green+Blue) = 172+172+131=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAC83 is #53537C. Grayscale: #A7A7A7. Windows color (decimal): -5460861 or 8629420. OLE color: 8629420.

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

Color convert

RGB 172 172 131 -
CMYK 0 0 0.24 0.33
HSL 60º 0.2% 0.59% -
HSV(B) 60º 0.24% 0.67% -
XYZ 35.86 39.91 27.29 -
YUV 167.33 107.5 131.33 -
System Red Green Blue C M Y K H S L
Decimal 172 172 131 0 0 0.24 0.33 60 0.2 0.59
Hex AC AC 83 0 0 18 21 3C 14 3B
Octal 254 254 203 0 0 30 41 74 24 73
Binary 10101100 10101100 10000011 0 0 11000 100001 111100 10100 111011

Color Harmonies of #ACAC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC83

Black with #ACAC83

Text Example


Text Example

White with #ACAC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC83; }

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

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

background-color css

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

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

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

border-color css

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

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

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