#ACB495

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

Shades of Green Spring #ACB495

Tints of Green Spring #ACB495

Color information

#ACB495 (or 0xACB495) is unknown color: approx Green Spring. HEX triplet: AC, B4 and 95. RGB value is (172,180,149). Sum of RGB (Red+Green+Blue) = 172+180+149=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB495 is #534B6A. Grayscale: #AEAEAE. Windows color (decimal): -5458795 or 9811116. OLE color: 9811116.

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

Color convert

RGB172180149-
CMYK0.0400.170.29
HSL75.48º17.13%64.51%-
HSV(B)75.48º17.22%70.59%-
XYZ38.7643.5834.8-
YUV174.07113.85126.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.33%
GREEN value IS 180 (70.70% from 255) = 35.93%
BLUE value IS 149 (58.59% from 255) = 29.74%
R=34.33%
G=35.93%
B=29.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721801490.0400.170.2975.4817.1364.51
HexACB49540111D4b1141
Octal25426422540213511321101
Binary101011001011010010010101100010001111011001011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB495; }

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

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

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

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

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

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

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

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