#ACB992

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

Shades of Green Spring #ACB992

Tints of Green Spring #ACB992

Color information

#ACB992 (or 0xACB992) is unknown color: approx Green Spring. HEX triplet: AC, B9 and 92. RGB value is (172,185,146). Sum of RGB (Red+Green+Blue) = 172+185+146=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB992 is #53466D. Grayscale: #B0B0B0. Windows color (decimal): -5457518 or 9615788. OLE color: 9615788.

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

Color convert

RGB172185146-
CMYK0.0700.210.27
HSL80º21.79%64.9%-
HSV(B)80º21.08%72.55%-
XYZ39.5545.5433.9-
YUV176.67110.69124.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.19%
GREEN value IS 185 (72.66% from 255) = 36.78%
BLUE value IS 146 (57.42% from 255) = 29.03%
R=34.19%
G=36.78%
B=29.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721851460.0700.210.278021.7964.9
HexACB99270151B501641
Octal25427122270253312026101
Binary101011001011100110010010111010101110111010000101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB992; }

 p { color: rgb(172,185,146); }

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

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

 a { background-color: rgb(172,185,146); }

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

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

 span { border-color: rgb(172,185,146); }

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