#ACB599

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

Shades of Green Spring #ACB599

Tints of Green Spring #ACB599

Color information

#ACB599 (or 0xACB599) is unknown color: approx Green Spring. HEX triplet: AC, B5 and 99. RGB value is (172,181,153). Sum of RGB (Red+Green+Blue) = 172+181+153=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 153 (60.16% from 255 or 30.24% from 506); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB599 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB599 is #534A66. Grayscale: #AFAFAF. Windows color (decimal): -5458535 or 10073516. OLE color: 10073516.

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

Color convert

RGB172181153-
CMYK0.0500.150.29
HSL79.29º15.91%65.49%-
HSV(B)79.29º15.47%70.98%-
XYZ39.2944.1236.58-
YUV175.12115.52125.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.99%
GREEN value IS 181 (71.09% from 255) = 35.77%
BLUE value IS 153 (60.16% from 255) = 30.24%
R=33.99%
G=35.77%
B=30.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721811530.0500.150.2979.2915.9165.49
HexACB59950F1D4f1041
Octal25426523150173511720101
Binary10101100101101011001100110101111111011001111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB599; }

 p { color: rgb(172,181,153); }

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

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

 a { background-color: rgb(172,181,153); }

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

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

 span { border-color: rgb(172,181,153); }

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