#ACB053

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

Shades of Olive Green #ACB053

Tints of Olive Green #ACB053

Color information

#ACB053 (or 0xACB053) is unknown color: approx Olive Green. HEX triplet: AC, B0 and 53. RGB value is (172,176,83). Sum of RGB (Red+Green+Blue) = 172+176+83=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 83 (32.81% from 255 or 19.26% from 431); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB053 is #534FAC. Grayscale: #A4A4A4. Windows color (decimal): -5459885 or 5484716. OLE color: 5484716.

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

Color convert

RGB17217683-
CMYK0.0200.530.31
HSL62.58º37.05%50.78%-
HSV(B)62.58º52.84%69.02%-
XYZ34.140.4514.19-
YUV164.282.17133.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 176 (69.14% from 255) = 40.84%
BLUE value IS 83 (32.81% from 255) = 19.26%
R=39.91%
G=40.84%
B=19.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172176830.0200.530.3162.5837.0550.78
HexACB05320351F3f2533
Octal254260123206537774563
Binary1010110010110000101001110011010111111111111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB053; }

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

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

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

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

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

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

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

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