#ACB296

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

Shades of Green Spring #ACB296

Tints of Green Spring #ACB296

Color information

#ACB296 (or 0xACB296) is unknown color: approx Green Spring. HEX triplet: AC, B2 and 96. RGB value is (172,178,150). Sum of RGB (Red+Green+Blue) = 172+178+150=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB296 is #534D69. Grayscale: #ADADAD. Windows color (decimal): -5459306 or 9876140. OLE color: 9876140.

HSL color Cylindrical-coordinate representation of color #ACB296: hue angle of 72.86º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACB296 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB172178150-
CMYK0.0300.160.30
HSL72.86º15.38%64.31%-
HSV(B)72.86º15.73%69.8%-
XYZ38.4442.8135.09-
YUV173.01115.01127.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.4%
GREEN value IS 178 (69.92% from 255) = 35.6%
BLUE value IS 150 (58.98% from 255) = 30%
R=34.4%
G=35.6%
B=30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721781500.0300.160.3072.8615.3864.31
HexACB29630101E49f40
Octal25426222630203611117100
Binary1010110010110010100101101101000011110100100111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB296; }

 p { color: rgb(172,178,150); }

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

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

 a { background-color: rgb(172,178,150); }

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

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

 span { border-color: rgb(172,178,150); }

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