#ACB099

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

Shades of Green Spring #ACB099

Tints of Green Spring #ACB099

Color information

#ACB099 (or 0xACB099) is unknown color: approx Green Spring. HEX triplet: AC, B0 and 99. RGB value is (172,176,153). Sum of RGB (Red+Green+Blue) = 172+176+153=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB099 is #534F66. Grayscale: #ACACAC. Windows color (decimal): -5459815 or 10072236. OLE color: 10072236.

HSL color Cylindrical-coordinate representation of color #ACB099: hue angle of 70.43º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACB099 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB172176153-
CMYK0.0200.130.31
HSL70.43º12.71%64.51%-
HSV(B)70.43º13.07%69.02%-
XYZ38.2942.1236.25-
YUV172.18117.17127.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.33%
GREEN value IS 176 (69.14% from 255) = 35.13%
BLUE value IS 153 (60.16% from 255) = 30.54%
R=34.33%
G=35.13%
B=30.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721761530.0200.130.3170.4312.7164.51
HexACB09920D1F46d41
Octal25426023120153710615101
Binary101011001011000010011001100110111111100011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB099; }

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

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

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

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

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

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

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

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