Html Css Color HEX #ACAB7D Neutral Green

📋 copy color: '#ACAB7D'

red 172 ◦ green 171 ◦ blue 125

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

Shades of Neutral Green #ACAB7D

Tints of Neutral Green #ACAB7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.71%

R = 36.75%
G = 36.54%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#ACAB7D (or 0xACAB7D) is known color: Neutral Green. HEX triplet: AC, AB and 7D. RGB value is (172,171,125). Sum of RGB (Red+Green+Blue) = 172+171+125=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB7D is #535482. Grayscale: #A6A6A6. Windows color (decimal): -5461123 or 8235948. OLE color: 8235948.

HSL color Cylindrical-coordinate representation of color #ACAB7D: hue angle of 58.72º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACAB7D is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 171 125 -
CMYK 0 0.01 0.27 0.33
HSL 58.72º 0.22% 0.58% -
HSV(B) 58.72º 0.27% 0.67% -
XYZ 35.28 39.38 25.14 -
YUV 166.06 104.83 132.24 -
System Red Green Blue C M Y K H S L
Decimal 172 171 125 0 0.01 0.27 0.33 58.72 0.22 0.58
Hex AC AB 7D 0 1 1B 21 3B 16 3A
Octal 254 253 175 0 1 33 41 73 26 72
Binary 10101100 10101011 1111101 0 1 11011 100001 111011 10110 111010

Color Harmonies of #ACAB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAB7D

Black with #ACAB7D

Text Example


Text Example

White with #ACAB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAB7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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