#ACBA5B

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

Shades of Olive Green #ACBA5B

Tints of Olive Green #ACBA5B

Color information

#ACBA5B (or 0xACBA5B) is unknown color: approx Olive Green. HEX triplet: AC, BA and 5B. RGB value is (172,186,91). Sum of RGB (Red+Green+Blue) = 172+186+91=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBA5B is #5345A4. Grayscale: #ABABAB. Windows color (decimal): -5457317 or 6011564. OLE color: 6011564.

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

Color convert

RGB17218691-
CMYK0.0800.510.27
HSL68.84º40.77%54.31%-
HSV(B)68.84º51.08%72.94%-
XYZ36.4644.6416.59-
YUV170.9882.86128.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.31%
GREEN value IS 186 (73.05% from 255) = 41.43%
BLUE value IS 91 (35.94% from 255) = 20.27%
R=38.31%
G=41.43%
B=20.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172186910.0800.510.2768.8440.7754.31
HexACBA5B80331B452936
Octal25427213310063331055166
Binary1010110010111010101101110000110011110111000101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBA5B; }

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

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

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

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

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

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

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

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