#ACB390

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

Shades of Green Spring #ACB390

Tints of Green Spring #ACB390

Color information

#ACB390 (or 0xACB390) is unknown color: approx Green Spring. HEX triplet: AC, B3 and 90. RGB value is (172,179,144). Sum of RGB (Red+Green+Blue) = 172+179+144=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB390 is #534C6F. Grayscale: #ADADAD. Windows color (decimal): -5459056 or 9483180. OLE color: 9483180.

HSL color Cylindrical-coordinate representation of color #ACB390: hue angle of 72º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACB390 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB172179144-
CMYK0.0400.200.30
HSL72º18.72%63.33%-
HSV(B)72º19.55%70.2%-
XYZ38.1743.0232.68-
YUV172.92111.68127.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.75%
GREEN value IS 179 (70.31% from 255) = 36.16%
BLUE value IS 144 (56.64% from 255) = 29.09%
R=34.75%
G=36.16%
B=29.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721791440.0400.200.307218.7263.33
HexACB39040141E48133f
Octal2542632204024361102377
Binary10101100101100111001000010001010011110100100010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB390; }

 p { color: rgb(172,179,144); }

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

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

 a { background-color: rgb(172,179,144); }

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

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

 span { border-color: rgb(172,179,144); }

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