#ACB097

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

Shades of Green Spring #ACB097

Tints of Green Spring #ACB097

Color information

#ACB097 (or 0xACB097) is unknown color: approx Green Spring. HEX triplet: AC, B0 and 97. RGB value is (172,176,151). Sum of RGB (Red+Green+Blue) = 172+176+151=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 151 (59.38% from 255 or 30.26% from 499); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB097 is #534F68. Grayscale: #ACACAC. Windows color (decimal): -5459817 or 9941164. OLE color: 9941164.

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

Color convert

RGB172176151-
CMYK0.0200.140.31
HSL69.6º13.66%64.12%-
HSV(B)69.6º14.2%69.02%-
XYZ38.1242.0635.39-
YUV171.95116.17128.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.47%
GREEN value IS 176 (69.14% from 255) = 35.27%
BLUE value IS 151 (59.38% from 255) = 30.26%
R=34.47%
G=35.27%
B=30.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721761510.0200.140.3169.613.6664.12
HexACB09720E1F46e40
Octal25426022720163710616100
Binary101011001011000010010111100111011111100011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB097; }

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

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

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

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

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

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

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

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