#ACB69D

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

Shades of Green Spring #ACB69D

Tints of Green Spring #ACB69D

Color information

#ACB69D (or 0xACB69D) is unknown color: approx Green Spring. HEX triplet: AC, B6 and 9D. RGB value is (172,182,157). Sum of RGB (Red+Green+Blue) = 172+182+157=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB69D is #534962. Grayscale: #B0B0B0. Windows color (decimal): -5458275 or 10335916. OLE color: 10335916.

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

Color convert

RGB172182157-
CMYK0.0500.140.29
HSL84º14.62%66.47%-
HSV(B)84º13.74%71.37%-
XYZ39.8344.6638.42-
YUV176.16117.19125.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.66%
GREEN value IS 182 (71.48% from 255) = 35.62%
BLUE value IS 157 (61.72% from 255) = 30.72%
R=33.66%
G=35.62%
B=30.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721821570.0500.140.298414.6266.47
HexACB69D50E1D54f42
Octal25426623550163512417102
Binary1010110010110110100111011010111011101101010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB69D; }

 p { color: rgb(172,182,157); }

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

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

 a { background-color: rgb(172,182,157); }

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

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

 span { border-color: rgb(172,182,157); }

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