#ACB68C

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

Shades of Green Spring #ACB68C

Tints of Green Spring #ACB68C

Color information

#ACB68C (or 0xACB68C) is unknown color: approx Green Spring. HEX triplet: AC, B6 and 8C. RGB value is (172,182,140). Sum of RGB (Red+Green+Blue) = 172+182+140=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB68C is #534973. Grayscale: #AEAEAE. Windows color (decimal): -5458292 or 9221804. OLE color: 9221804.

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

Color convert

RGB172182140-
CMYK0.0500.230.29
HSL74.29º22.34%63.14%-
HSV(B)74.29º23.08%71.37%-
XYZ38.4744.1231.3-
YUV174.22108.69126.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 182 (71.48% from 255) = 36.84%
BLUE value IS 140 (55.08% from 255) = 28.34%
R=34.82%
G=36.84%
B=28.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721821400.0500.230.2974.2922.3463.14
HexACB68C50171D4a163f
Octal2542662145027351122677
Binary10101100101101101000110010101011111101100101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB68C; }

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

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

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

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

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

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

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

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