#ACBA65

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

Shades of Olive Green #ACBA65

Tints of Olive Green #ACBA65

Color information

#ACBA65 (or 0xACBA65) is unknown color: approx Olive Green. HEX triplet: AC, BA and 65. RGB value is (172,186,101). Sum of RGB (Red+Green+Blue) = 172+186+101=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBA65 is #53459A. Grayscale: #ACACAC. Windows color (decimal): -5457307 or 6666924. OLE color: 6666924.

HSL color Cylindrical-coordinate representation of color #ACBA65: hue angle of 69.88º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACBA65 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB172186101-
CMYK0.0800.460.27
HSL69.88º38.12%56.27%-
HSV(B)69.88º45.7%72.94%-
XYZ36.9244.8319.02-
YUV172.1287.86127.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.47%
GREEN value IS 186 (73.05% from 255) = 40.52%
BLUE value IS 101 (39.84% from 255) = 22.00%
R=37.47%
G=40.52%
B=22.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721861010.0800.460.2769.8838.1256.27
HexACBA65802E1B462638
Octal25427214510056331064670
Binary1010110010111010110010110000101110110111000110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBA65; }

 p { color: rgb(172,186,101); }

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

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

 a { background-color: rgb(172,186,101); }

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

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

 span { border-color: rgb(172,186,101); }

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