#ACB35F

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

Shades of Olive Green #ACB35F

Tints of Olive Green #ACB35F

Color information

#ACB35F (or 0xACB35F) is unknown color: approx Olive Green. HEX triplet: AC, B3 and 5F. RGB value is (172,179,95). Sum of RGB (Red+Green+Blue) = 172+179+95=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB35F is #534CA0. Grayscale: #A7A7A7. Windows color (decimal): -5459105 or 6271916. OLE color: 6271916.

HSL color Cylindrical-coordinate representation of color #ACB35F: hue angle of 65º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACB35F is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB17217995-
CMYK0.0400.470.30
HSL65º35.59%53.73%-
HSV(B)65º46.93%70.2%-
XYZ35.241.8417.05-
YUV167.3387.18131.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 179 (70.31% from 255) = 40.13%
BLUE value IS 95 (37.5% from 255) = 21.30%
R=38.57%
G=40.13%
B=21.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal172179950.0400.470.306535.5953.73
HexACB35F402F1E412436
Octal2542631374057361014466
Binary101011001011001110111111000101111111101000001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB35F; }

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

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

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

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

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

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

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

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