#ACB98F

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

Shades of Green Spring #ACB98F

Tints of Green Spring #ACB98F

Color information

#ACB98F (or 0xACB98F) is unknown color: approx Green Spring. HEX triplet: AC, B9 and 8F. RGB value is (172,185,143). Sum of RGB (Red+Green+Blue) = 172+185+143=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB98F is #534670. Grayscale: #B0B0B0. Windows color (decimal): -5457521 or 9419180. OLE color: 9419180.

HSL color Cylindrical-coordinate representation of color #ACB98F: hue angle of 78.57º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACB98F is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB172185143-
CMYK0.0700.230.27
HSL78.57º23.08%64.31%-
HSV(B)78.57º22.7%72.55%-
XYZ39.3245.4532.69-
YUV176.32109.19124.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.4%
GREEN value IS 185 (72.66% from 255) = 37%
BLUE value IS 143 (56.25% from 255) = 28.6%
R=34.4%
G=37%
B=28.6%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721851430.0700.230.2778.5723.0864.31
HexACB98F70171B4f1740
Octal25427121770273311727100
Binary101011001011100110001111111010111110111001111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB98F; }

 p { color: rgb(172,185,143); }

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

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

 a { background-color: rgb(172,185,143); }

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

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

 span { border-color: rgb(172,185,143); }

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