#ACBA90

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

Shades of Green Spring #ACBA90

Tints of Green Spring #ACBA90

Color information

#ACBA90 (or 0xACBA90) is unknown color: approx Green Spring. HEX triplet: AC, BA and 90. RGB value is (172,186,144). Sum of RGB (Red+Green+Blue) = 172+186+144=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBA90 is #53456F. Grayscale: #B1B1B1. Windows color (decimal): -5457264 or 9484972. OLE color: 9484972.

HSL color Cylindrical-coordinate representation of color #ACBA90: hue angle of 80º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACBA90 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB172186144-
CMYK0.0800.230.27
HSL80º23.33%64.71%-
HSV(B)80º22.58%72.94%-
XYZ39.6145.933.16-
YUV177.03109.36124.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.26%
GREEN value IS 186 (73.05% from 255) = 37.05%
BLUE value IS 144 (56.64% from 255) = 28.69%
R=34.26%
G=37.05%
B=28.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721861440.0800.230.278023.3364.71
HexACBA9080171B501741
Octal254272220100273312027101
Binary1010110010111010100100001000010111110111010000101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBA90; }

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

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

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

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

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

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

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

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