#ACBA68

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

Shades of Olive Green #ACBA68

Tints of Olive Green #ACBA68

Color information

#ACBA68 (or 0xACBA68) is unknown color: approx Olive Green. HEX triplet: AC, BA and 68. RGB value is (172,186,104). Sum of RGB (Red+Green+Blue) = 172+186+104=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBA68 is #534597. Grayscale: #ACACAC. Windows color (decimal): -5457304 or 6863532. OLE color: 6863532.

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

Color convert

RGB172186104-
CMYK0.0800.440.27
HSL70.24º37.27%56.86%-
HSV(B)70.24º44.09%72.94%-
XYZ37.0744.8919.81-
YUV172.4789.36127.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.23%
GREEN value IS 186 (73.05% from 255) = 40.26%
BLUE value IS 104 (41.02% from 255) = 22.51%
R=37.23%
G=40.26%
B=22.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721861040.0800.440.2770.2437.2756.86
HexACBA68802C1B462539
Octal25427215010054331064571
Binary1010110010111010110100010000101100110111000110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBA68; }

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

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

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

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

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

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

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

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