#ACB78D

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

Shades of Green Spring #ACB78D

Tints of Green Spring #ACB78D

Color information

#ACB78D (or 0xACB78D) is unknown color: approx Green Spring. HEX triplet: AC, B7 and 8D. RGB value is (172,183,141). Sum of RGB (Red+Green+Blue) = 172+183+141=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB78D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB78D is #534872. Grayscale: #AFAFAF. Windows color (decimal): -5458035 or 9287596. OLE color: 9287596.

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

Color convert

RGB172183141-
CMYK0.0600.230.28
HSL75.71º22.58%63.53%-
HSV(B)75.71º22.95%71.76%-
XYZ38.7544.5631.76-
YUV174.92108.86125.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.68%
GREEN value IS 183 (71.88% from 255) = 36.90%
BLUE value IS 141 (55.47% from 255) = 28.43%
R=34.68%
G=36.90%
B=28.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721831410.0600.230.2875.7122.5863.53
HexACB78D60171C4c1740
Octal25426721560273411427100
Binary101011001011011110001101110010111111001001100101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB78D; }

 p { color: rgb(172,183,141); }

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

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

 a { background-color: rgb(172,183,141); }

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

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

 span { border-color: rgb(172,183,141); }

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