#ACB69C

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

Shades of Green Spring #ACB69C

Tints of Green Spring #ACB69C

Color information

#ACB69C (or 0xACB69C) is unknown color: approx Green Spring. HEX triplet: AC, B6 and 9C. RGB value is (172,182,156). Sum of RGB (Red+Green+Blue) = 172+182+156=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB69C is #534963. Grayscale: #B0B0B0. Windows color (decimal): -5458276 or 10270380. OLE color: 10270380.

HSL color Cylindrical-coordinate representation of color #ACB69C: hue angle of 83.08º 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 #ACB69C is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB172182156-
CMYK0.0500.140.29
HSL83.08º15.12%66.27%-
HSV(B)83.08º14.29%71.37%-
XYZ39.7444.6337.97-
YUV176.05116.69125.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.73%
GREEN value IS 182 (71.48% from 255) = 35.69%
BLUE value IS 156 (61.33% from 255) = 30.59%
R=33.73%
G=35.69%
B=30.59%

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
Decimal1721821560.0500.140.2983.0815.1266.27
HexACB69C50E1D53f42
Octal25426623450163512317102
Binary1010110010110110100111001010111011101101001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB69C; }

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

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

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

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

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

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

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

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