#ACB26E

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

Shades of Olive Green #ACB26E

Tints of Olive Green #ACB26E

Color information

#ACB26E (or 0xACB26E) is unknown color: approx Olive Green. HEX triplet: AC, B2 and 6E. RGB value is (172,178,110). Sum of RGB (Red+Green+Blue) = 172+178+110=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB26E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB26E is #534D91. Grayscale: #A8A8A8. Windows color (decimal): -5459346 or 7254700. OLE color: 7254700.

HSL color Cylindrical-coordinate representation of color #ACB26E: hue angle of 65.29º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACB26E is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB172178110-
CMYK0.0300.380.30
HSL65.29º30.63%56.47%-
HSV(B)65.29º38.2%69.8%-
XYZ35.7541.7420.92-
YUV168.4595.01130.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.39%
GREEN value IS 178 (69.92% from 255) = 38.70%
BLUE value IS 110 (43.36% from 255) = 23.91%
R=37.39%
G=38.70%
B=23.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721781100.0300.380.3065.2930.6356.47
HexACB26E30261E411f38
Octal2542621563046361013770
Binary1010110010110010110111011010011011110100000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB26E; }

 p { color: rgb(172,178,110); }

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

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

 a { background-color: rgb(172,178,110); }

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

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

 span { border-color: rgb(172,178,110); }

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