#ACB04E

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

Shades of Olive Green #ACB04E

Tints of Olive Green #ACB04E

Color information

#ACB04E (or 0xACB04E) is unknown color: approx Olive Green. HEX triplet: AC, B0 and 4E. RGB value is (172,176,78). Sum of RGB (Red+Green+Blue) = 172+176+78=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 78 (30.86% from 255 or 18.31% from 426); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB04E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB04E is #534FB1. Grayscale: #A4A4A4. Windows color (decimal): -5459890 or 5157036. OLE color: 5157036.

HSL color Cylindrical-coordinate representation of color #ACB04E: hue angle of 62.45º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACB04E is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17217678-
CMYK0.0200.560.31
HSL62.45º38.58%49.8%-
HSV(B)62.45º55.68%69.02%-
XYZ33.9140.3713.21-
YUV163.6379.67133.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.38%
GREEN value IS 176 (69.14% from 255) = 41.31%
BLUE value IS 78 (30.86% from 255) = 18.31%
R=40.38%
G=41.31%
B=18.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172176780.0200.560.3162.4538.5849.8
HexACB04E20381F3e2732
Octal254260116207037764762
Binary1010110010110000100111010011100011111111110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB04E; }

 p { color: rgb(172,176,78); }

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

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

 a { background-color: rgb(172,176,78); }

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

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

 span { border-color: rgb(172,176,78); }

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