#ACB195

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

Shades of Green Spring #ACB195

Tints of Green Spring #ACB195

Color information

#ACB195 (or 0xACB195) is unknown color: approx Green Spring. HEX triplet: AC, B1 and 95. RGB value is (172,177,149). Sum of RGB (Red+Green+Blue) = 172+177+149=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB195 is #534E6A. Grayscale: #ACACAC. Windows color (decimal): -5459563 or 9810348. OLE color: 9810348.

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

Color convert

RGB172177149-
CMYK0.0300.160.31
HSL70.71º15.22%63.92%-
HSV(B)70.71º15.82%69.41%-
XYZ38.1642.3834.6-
YUV172.31114.84127.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.54%
GREEN value IS 177 (69.53% from 255) = 35.54%
BLUE value IS 149 (58.59% from 255) = 29.92%
R=34.54%
G=35.54%
B=29.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721771490.0300.160.3170.7115.2263.92
HexACB19530101F47f40
Octal25426122530203710717100
Binary1010110010110001100101011101000011111100011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB195; }

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

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

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

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

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

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

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

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