#ACB793

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

Shades of Green Spring #ACB793

Tints of Green Spring #ACB793

Color information

#ACB793 (or 0xACB793) is unknown color: approx Green Spring. HEX triplet: AC, B7 and 93. RGB value is (172,183,147). Sum of RGB (Red+Green+Blue) = 172+183+147=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 147 (57.81% from 255 or 29.28% from 502); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB793 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB793 is #53486C. Grayscale: #AFAFAF. Windows color (decimal): -5458029 or 9680812. OLE color: 9680812.

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

Color convert

RGB172183147-
CMYK0.0600.200.28
HSL78.33º20%64.71%-
HSV(B)78.33º19.67%71.76%-
XYZ39.2144.7434.17-
YUV175.61111.86125.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.26%
GREEN value IS 183 (71.88% from 255) = 36.45%
BLUE value IS 147 (57.81% from 255) = 29.28%
R=34.26%
G=36.45%
B=29.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721831470.0600.200.2878.332064.71
HexACB79360141C4e1441
Octal25426722360243411624101
Binary101011001011011110010011110010100111001001110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB793; }

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

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

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

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

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

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

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

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