#ACBA5C

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

Shades of Olive Green #ACBA5C

Tints of Olive Green #ACBA5C

Color information

#ACBA5C (or 0xACBA5C) is unknown color: approx Olive Green. HEX triplet: AC, BA and 5C. RGB value is (172,186,92). Sum of RGB (Red+Green+Blue) = 172+186+92=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 92 (36.33% from 255 or 20.44% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBA5C is #5345A3. Grayscale: #ABABAB. Windows color (decimal): -5457316 or 6077100. OLE color: 6077100.

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

Color convert

RGB17218692-
CMYK0.0800.510.27
HSL68.94º40.52%54.51%-
HSV(B)68.94º50.54%72.94%-
XYZ36.544.6616.82-
YUV171.183.36128.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 186 (73.05% from 255) = 41.33%
BLUE value IS 92 (36.33% from 255) = 20.44%
R=38.22%
G=41.33%
B=20.44%

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
Decimal172186920.0800.510.2768.9440.5254.51
HexACBA5C80331B452937
Octal25427213410063331055167
Binary1010110010111010101110010000110011110111000101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBA5C; }

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

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

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

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

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

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

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

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