#ACB65F

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

Shades of Olive Green #ACB65F

Tints of Olive Green #ACB65F

Color information

#ACB65F (or 0xACB65F) is unknown color: approx Olive Green. HEX triplet: AC, B6 and 5F. RGB value is (172,182,95). Sum of RGB (Red+Green+Blue) = 172+182+95=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB65F is #5349A0. Grayscale: #A9A9A9. Windows color (decimal): -5458337 or 6272684. OLE color: 6272684.

HSL color Cylindrical-coordinate representation of color #ACB65F: hue angle of 66.9º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACB65F is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB17218295-
CMYK0.0500.480.29
HSL66.9º37.34%54.31%-
HSV(B)66.9º47.8%71.37%-
XYZ35.8143.0517.25-
YUV169.0986.19130.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.31%
GREEN value IS 182 (71.48% from 255) = 40.53%
BLUE value IS 95 (37.5% from 255) = 21.16%
R=38.31%
G=40.53%
B=21.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172182950.0500.480.2966.937.3454.31
HexACB65F50301D432536
Octal2542661375060351034566
Binary101011001011011010111111010110000111011000011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB65F; }

 p { color: rgb(172,182,95); }

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

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

 a { background-color: rgb(172,182,95); }

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

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

 span { border-color: rgb(172,182,95); }

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