#ACA78B

Color #ACA78B Neutral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neutral Green #ACA78B

Tints of Neutral Green #ACA78B

Color information

#ACA78B (or 0xACA78B) is unknown color: approx Neutral Green. HEX triplet: AC, A7 and 8B. RGB value is (172,167,139). Sum of RGB (Red+Green+Blue) = 172+167+139=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA78B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA78B is #535874. Grayscale: #A5A5A5. Windows color (decimal): -5462133 or 9152428. OLE color: 9152428.

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

Color convert

RGB172167139-
CMYK00.030.190.33
HSL50.91º16.58%60.98%-
HSV(B)50.91º19.19%67.45%-
XYZ35.4938.2729.94-
YUV165.3113.16132.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.98%
GREEN value IS 167 (65.62% from 255) = 34.94%
BLUE value IS 139 (54.69% from 255) = 29.08%
R=35.98%
G=34.94%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216713900.030.190.3350.9116.5860.98
HexACA78B03132133113d
Octal254247213032341632175
Binary1010110010100111100010110111001110000111001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA78B; }

 p { color: rgb(172,167,139); }

 H1.HeaderClassName
 {
   color: #ACA78B;
 }
 .AnyTagClassName
 {
   color: #ACA78B;
 }
</style>
background-color css

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

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

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

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

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

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