#ACB792

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

Shades of Green Spring #ACB792

Tints of Green Spring #ACB792

Color information

#ACB792 (or 0xACB792) is unknown color: approx Green Spring. HEX triplet: AC, B7 and 92. RGB value is (172,183,146). Sum of RGB (Red+Green+Blue) = 172+183+146=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB792 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB792 is #53486D. Grayscale: #AFAFAF. Windows color (decimal): -5458030 or 9615276. OLE color: 9615276.

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

Color convert

RGB172183146-
CMYK0.0600.200.28
HSL77.84º20.44%64.51%-
HSV(B)77.84º20.22%71.76%-
XYZ39.1444.7133.76-
YUV175.49111.36125.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.33%
GREEN value IS 183 (71.88% from 255) = 36.53%
BLUE value IS 146 (57.42% from 255) = 29.14%
R=34.33%
G=36.53%
B=29.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721831460.0600.200.2877.8420.4464.51
HexACB79260141C4e1441
Octal25426722260243411624101
Binary101011001011011110010010110010100111001001110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB792; }

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

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

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

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

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

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

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

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