Html Css Color HEX #ACAB8A Neutral Green

📋 copy color: '#ACAB8A'

red 172 ◦ green 171 ◦ blue 138

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

Shades of Neutral Green #ACAB8A

Tints of Neutral Green #ACAB8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.69%

R = 35.76%
G = 35.55%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#ACAB8A (or 0xACAB8A) is known color: Neutral Green. HEX triplet: AC, AB and 8A. RGB value is (172,171,138). Sum of RGB (Red+Green+Blue) = 172+171+138=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAB8A is #535475. Grayscale: #A7A7A7. Windows color (decimal): -5461110 or 9087916. OLE color: 9087916.

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

Color convert

RGB 172 171 138 -
CMYK 0 0.01 0.20 0.33
HSL 58.24º 0.17% 0.61% -
HSV(B) 58.24º 0.2% 0.67% -
XYZ 36.16 39.73 29.81 -
YUV 167.54 111.33 131.18 -
System Red Green Blue C M Y K H S L
Decimal 172 171 138 0 0.01 0.20 0.33 58.24 0.17 0.61
Hex AC AB 8A 0 1 14 21 3A 11 3D
Octal 254 253 212 0 1 24 41 72 21 75
Binary 10101100 10101011 10001010 0 1 10100 100001 111010 10001 111101

Color Harmonies of #ACAB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAB8A

Black with #ACAB8A

Text Example


Text Example

White with #ACAB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAB8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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