#ACB19A

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

Shades of Green Spring #ACB19A

Tints of Green Spring #ACB19A

Color information

#ACB19A (or 0xACB19A) is unknown color: approx Green Spring. HEX triplet: AC, B1 and 9A. RGB value is (172,177,154). Sum of RGB (Red+Green+Blue) = 172+177+154=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB19A is #534E65. Grayscale: #ACACAC. Windows color (decimal): -5459558 or 10138028. OLE color: 10138028.

HSL color Cylindrical-coordinate representation of color #ACB19A: hue angle of 73.04º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACB19A is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB172177154-
CMYK0.0300.130.31
HSL73.04º12.85%64.9%-
HSV(B)73.04º12.99%69.41%-
XYZ38.5742.5536.75-
YUV172.88117.34127.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.19%
GREEN value IS 177 (69.53% from 255) = 35.19%
BLUE value IS 154 (60.55% from 255) = 30.62%
R=34.19%
G=35.19%
B=30.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721771540.0300.130.3173.0412.8564.9
HexACB19A30D1F49d41
Octal25426123230153711115101
Binary101011001011000110011010110110111111100100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB19A; }

 p { color: rgb(172,177,154); }

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

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

 a { background-color: rgb(172,177,154); }

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

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

 span { border-color: rgb(172,177,154); }

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