#ACB154

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

Shades of Olive Green #ACB154

Tints of Olive Green #ACB154

Color information

#ACB154 (or 0xACB154) is unknown color: approx Olive Green. HEX triplet: AC, B1 and 54. RGB value is (172,177,84). Sum of RGB (Red+Green+Blue) = 172+177+84=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 84 (33.20% from 255 or 19.40% from 433); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB154 is #534EAB. Grayscale: #A5A5A5. Windows color (decimal): -5459628 or 5550508. OLE color: 5550508.

HSL color Cylindrical-coordinate representation of color #ACB154: hue angle of 63.23º 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 #ACB154 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB17217784-
CMYK0.0300.530.31
HSL63.23º37.35%51.18%-
HSV(B)63.23º52.54%69.41%-
XYZ34.3440.8614.46-
YUV164.982.34133.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.72%
GREEN value IS 177 (69.53% from 255) = 40.88%
BLUE value IS 84 (33.20% from 255) = 19.40%
R=39.72%
G=40.88%
B=19.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172177840.0300.530.3163.2337.3551.18
HexACB15430351F3f2533
Octal254261124306537774563
Binary1010110010110001101010011011010111111111111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB154; }

 p { color: rgb(172,177,84); }

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

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

 a { background-color: rgb(172,177,84); }

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

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

 span { border-color: rgb(172,177,84); }

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