#ACBA61

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

Shades of Olive Green #ACBA61

Tints of Olive Green #ACBA61

Color information

#ACBA61 (or 0xACBA61) is unknown color: approx Olive Green. HEX triplet: AC, BA and 61. RGB value is (172,186,97). Sum of RGB (Red+Green+Blue) = 172+186+97=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBA61 is #53459E. Grayscale: #ACACAC. Windows color (decimal): -5457311 or 6404780. OLE color: 6404780.

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

Color convert

RGB17218697-
CMYK0.0800.480.27
HSL69.44º39.21%55.49%-
HSV(B)69.44º47.85%72.94%-
XYZ36.7344.7518.01-
YUV171.6785.86128.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 186 (73.05% from 255) = 40.88%
BLUE value IS 97 (38.28% from 255) = 21.32%
R=37.80%
G=40.88%
B=21.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172186970.0800.480.2769.4439.2155.49
HexACBA6180301B452737
Octal25427214110060331054767
Binary1010110010111010110000110000110000110111000101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBA61; }

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

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

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

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

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

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

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

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