#ACBA6B

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

Shades of Olive Green #ACBA6B

Tints of Olive Green #ACBA6B

Color information

#ACBA6B (or 0xACBA6B) is unknown color: approx Olive Green. HEX triplet: AC, BA and 6B. RGB value is (172,186,107). Sum of RGB (Red+Green+Blue) = 172+186+107=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBA6B is #534594. Grayscale: #ADADAD. Windows color (decimal): -5457301 or 7060140. OLE color: 7060140.

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

Color convert

RGB172186107-
CMYK0.0800.420.27
HSL70.63º36.41%57.45%-
HSV(B)70.63º42.47%72.94%-
XYZ37.2344.9520.62-
YUV172.8190.86127.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.99%
GREEN value IS 186 (73.05% from 255) = 40%
BLUE value IS 107 (42.19% from 255) = 23.01%
R=36.99%
G=40%
B=23.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721861070.0800.420.2770.6336.4157.45
HexACBA6B802A1B472439
Octal25427215310052331074471
Binary1010110010111010110101110000101010110111000111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBA6B; }

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

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

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

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

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

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

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

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