#ACB58D

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

Shades of Green Spring #ACB58D

Tints of Green Spring #ACB58D

Color information

#ACB58D (or 0xACB58D) is unknown color: approx Green Spring. HEX triplet: AC, B5 and 8D. RGB value is (172,181,141). Sum of RGB (Red+Green+Blue) = 172+181+141=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB58D is #534A72. Grayscale: #ADADAD. Windows color (decimal): -5458547 or 9287084. OLE color: 9287084.

HSL color Cylindrical-coordinate representation of color #ACB58D: hue angle of 73.5º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACB58D is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB172181141-
CMYK0.0500.220.29
HSL73.5º21.28%63.14%-
HSV(B)73.5º22.1%70.98%-
XYZ38.3443.7431.62-
YUV173.75109.52126.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 181 (71.09% from 255) = 36.64%
BLUE value IS 141 (55.47% from 255) = 28.54%
R=34.82%
G=36.64%
B=28.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721811410.0500.220.2973.521.2863.14
HexACB58D50161D4a153f
Octal2542652155026351122577
Binary10101100101101011000110110101011011101100101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB58D; }

 p { color: rgb(172,181,141); }

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

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

 a { background-color: rgb(172,181,141); }

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

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

 span { border-color: rgb(172,181,141); }

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