#ACB19F

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

Shades of Green Spring #ACB19F

Tints of Green Spring #ACB19F

Color information

#ACB19F (or 0xACB19F) is unknown color: approx Green Spring. HEX triplet: AC, B1 and 9F. RGB value is (172,177,159). Sum of RGB (Red+Green+Blue) = 172+177+159=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB19F is #534E60. Grayscale: #ADADAD. Windows color (decimal): -5459553 or 10465708. OLE color: 10465708.

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

Color convert

RGB172177159-
CMYK0.0300.100.31
HSL76.67º10.34%65.88%-
HSV(B)76.67º10.17%69.41%-
XYZ38.9942.7238.99-
YUV173.45119.84126.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.86%
GREEN value IS 177 (69.53% from 255) = 34.84%
BLUE value IS 159 (62.5% from 255) = 31.30%
R=33.86%
G=34.84%
B=31.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721771590.0300.100.3176.6710.3465.88
HexACB19F30A1F4da42
Octal25426123730123711512102
Binary101011001011000110011111110101011111100110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB19F; }

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

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

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

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

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

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

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

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