#ACB490

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

Shades of Green Spring #ACB490

Tints of Green Spring #ACB490

Color information

#ACB490 (or 0xACB490) is unknown color: approx Green Spring. HEX triplet: AC, B4 and 90. RGB value is (172,180,144). Sum of RGB (Red+Green+Blue) = 172+180+144=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB490 is #534B6F. Grayscale: #ADADAD. Windows color (decimal): -5458800 or 9483436. OLE color: 9483436.

HSL color Cylindrical-coordinate representation of color #ACB490: hue angle of 73.33º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACB490 is Cyan = 0.04, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB172180144-
CMYK0.0400.20.29
HSL73.33º19.35%63.53%-
HSV(B)73.33º20%70.59%-
XYZ38.3743.4332.75-
YUV173.5111.35126.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.68%
GREEN value IS 180 (70.70% from 255) = 36.29%
BLUE value IS 144 (56.64% from 255) = 29.03%
R=34.68%
G=36.29%
B=29.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721801440.0400.20.2973.3319.3563.53
HexACB49040141D491340
Octal25426422040243511123100
Binary101011001011010010010000100010100111011001001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB490; }

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

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

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

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

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

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

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

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