#ACB49A

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

Shades of Green Spring #ACB49A

Tints of Green Spring #ACB49A

Color information

#ACB49A (or 0xACB49A) is unknown color: approx Green Spring. HEX triplet: AC, B4 and 9A. RGB value is (172,180,154). Sum of RGB (Red+Green+Blue) = 172+180+154=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB49A is #534B65. Grayscale: #AEAEAE. Windows color (decimal): -5458790 or 10138796. OLE color: 10138796.

HSL color Cylindrical-coordinate representation of color #ACB49A: hue angle of 78.46º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACB49A is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB172180154-
CMYK0.0400.140.29
HSL78.46º14.77%65.49%-
HSV(B)78.46º14.44%70.59%-
XYZ39.1743.7536.95-
YUV174.64116.35126.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.99%
GREEN value IS 180 (70.70% from 255) = 35.57%
BLUE value IS 154 (60.55% from 255) = 30.43%
R=33.99%
G=35.57%
B=30.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721801540.0400.140.2978.4614.7765.49
HexACB49A40E1D4ef41
Octal25426423240163511617101
Binary1010110010110100100110101000111011101100111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB49A; }

 p { color: rgb(172,180,154); }

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

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

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

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

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

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

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