#ACB38E

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

Shades of Green Spring #ACB38E

Tints of Green Spring #ACB38E

Color information

#ACB38E (or 0xACB38E) is unknown color: approx Green Spring. HEX triplet: AC, B3 and 8E. RGB value is (172,179,142). Sum of RGB (Red+Green+Blue) = 172+179+142=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB38E is #534C71. Grayscale: #ACACAC. Windows color (decimal): -5459058 or 9352108. OLE color: 9352108.

HSL color Cylindrical-coordinate representation of color #ACB38E: hue angle of 71.35º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACB38E is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB172179142-
CMYK0.0400.210.30
HSL71.35º19.58%62.94%-
HSV(B)71.35º20.67%70.2%-
XYZ38.0242.9631.88-
YUV172.69110.68127.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 179 (70.31% from 255) = 36.31%
BLUE value IS 142 (55.86% from 255) = 28.80%
R=34.89%
G=36.31%
B=28.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721791420.0400.210.3071.3519.5862.94
HexACB38E40151E47143f
Octal2542632164025361072477
Binary10101100101100111000111010001010111110100011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB38E; }

 p { color: rgb(172,179,142); }

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

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

 a { background-color: rgb(172,179,142); }

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

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

 span { border-color: rgb(172,179,142); }

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