#ACBA67

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

Shades of Olive Green #ACBA67

Tints of Olive Green #ACBA67

Color information

#ACBA67 (or 0xACBA67) is unknown color: approx Olive Green. HEX triplet: AC, BA and 67. RGB value is (172,186,103). Sum of RGB (Red+Green+Blue) = 172+186+103=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBA67 is #534598. Grayscale: #ACACAC. Windows color (decimal): -5457305 or 6797996. OLE color: 6797996.

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

Color convert

RGB172186103-
CMYK0.0800.450.27
HSL70.12º37.56%56.67%-
HSV(B)70.12º44.62%72.94%-
XYZ37.0244.8719.54-
YUV172.3588.86127.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 186 (73.05% from 255) = 40.35%
BLUE value IS 103 (40.62% from 255) = 22.34%
R=37.31%
G=40.35%
B=22.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721861030.0800.450.2770.1237.5656.67
HexACBA67802D1B462639
Octal25427214710055331064671
Binary1010110010111010110011110000101101110111000110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBA67; }

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

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

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

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

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

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

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

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