#ACB78E

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

Shades of Green Spring #ACB78E

Tints of Green Spring #ACB78E

Color information

#ACB78E (or 0xACB78E) is unknown color: approx Green Spring. HEX triplet: AC, B7 and 8E. RGB value is (172,183,142). Sum of RGB (Red+Green+Blue) = 172+183+142=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB78E is #534871. Grayscale: #AFAFAF. Windows color (decimal): -5458034 or 9353132. OLE color: 9353132.

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

Color convert

RGB172183142-
CMYK0.0600.220.28
HSL76.1º22.16%63.73%-
HSV(B)76.1º22.4%71.76%-
XYZ38.8344.5932.15-
YUV175.04109.36125.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.61%
GREEN value IS 183 (71.88% from 255) = 36.82%
BLUE value IS 142 (55.86% from 255) = 28.57%
R=34.61%
G=36.82%
B=28.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721831420.0600.220.2876.122.1663.73
HexACB78E60161C4c1640
Octal25426721660263411426100
Binary101011001011011110001110110010110111001001100101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB78E; }

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

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

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

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

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

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

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

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