#ACB253

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

Shades of Olive Green #ACB253

Tints of Olive Green #ACB253

Color information

#ACB253 (or 0xACB253) is unknown color: approx Olive Green. HEX triplet: AC, B2 and 53. RGB value is (172,178,83). Sum of RGB (Red+Green+Blue) = 172+178+83=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 83 (32.81% from 255 or 19.17% from 433); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB253 is #534DAC. Grayscale: #A5A5A5. Windows color (decimal): -5459373 or 5485228. OLE color: 5485228.

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

Color convert

RGB17217883-
CMYK0.0300.530.30
HSL63.79º38.15%51.18%-
HSV(B)63.79º53.37%69.8%-
XYZ34.4941.2414.32-
YUV165.3881.51132.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.72%
GREEN value IS 178 (69.92% from 255) = 41.11%
BLUE value IS 83 (32.81% from 255) = 19.17%
R=39.72%
G=41.11%
B=19.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal172178830.0300.530.3063.7938.1551.18
HexACB25330351E402633
Octal2542621233065361004663
Binary10101100101100101010011110110101111101000000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB253; }

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

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

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

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

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

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

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

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