Html Css Color HEX #ACAB85 Neutral Green

📋 copy color: '#ACAB85'

red 172 ◦ green 171 ◦ blue 133

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

Shades of Neutral Green #ACAB85

Tints of Neutral Green #ACAB85

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.92%

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

R = 36.13%
G = 35.92%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#ACAB85 (or 0xACAB85) is known color: Neutral Green. HEX triplet: AC, AB and 85. RGB value is (172,171,133). Sum of RGB (Red+Green+Blue) = 172+171+133=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAB85 is #53547A. Grayscale: #A7A7A7. Windows color (decimal): -5461115 or 8760236. OLE color: 8760236.

HSL color Cylindrical-coordinate representation of color #ACAB85: hue angle of 58.46º 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 #ACAB85 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 171 133 -
CMYK 0 0.01 0.23 0.33
HSL 58.46º 0.19% 0.6% -
HSV(B) 58.46º 0.23% 0.67% -
XYZ 35.81 39.59 27.94 -
YUV 166.97 108.83 131.59 -
System Red Green Blue C M Y K H S L
Decimal 172 171 133 0 0.01 0.23 0.33 58.46 0.19 0.6
Hex AC AB 85 0 1 17 21 3A 13 3C
Octal 254 253 205 0 1 27 41 72 23 74
Binary 10101100 10101011 10000101 0 1 10111 100001 111010 10011 111100

Color Harmonies of #ACAB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAB85

Black with #ACAB85

Text Example


Text Example

White with #ACAB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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