#ACB892

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

Shades of Green Spring #ACB892

Tints of Green Spring #ACB892

Color information

#ACB892 (or 0xACB892) is unknown color: approx Green Spring. HEX triplet: AC, B8 and 92. RGB value is (172,184,146). Sum of RGB (Red+Green+Blue) = 172+184+146=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB892 is #53476D. Grayscale: #B0B0B0. Windows color (decimal): -5457774 or 9615532. OLE color: 9615532.

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

Color convert

RGB172184146-
CMYK0.0700.210.28
HSL78.95º21.11%64.71%-
HSV(B)78.95º20.65%72.16%-
XYZ39.3445.1333.83-
YUV176.08111.02125.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.26%
GREEN value IS 184 (72.27% from 255) = 36.65%
BLUE value IS 146 (57.42% from 255) = 29.08%
R=34.26%
G=36.65%
B=29.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721841460.0700.210.2878.9521.1164.71
HexACB89270151C4f1541
Octal25427022270253411725101
Binary101011001011100010010010111010101111001001111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB892; }

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

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

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

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

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

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

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

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