#ACB155

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

Shades of Olive Green #ACB155

Tints of Olive Green #ACB155

Color information

#ACB155 (or 0xACB155) is unknown color: approx Olive Green. HEX triplet: AC, B1 and 55. RGB value is (172,177,85). Sum of RGB (Red+Green+Blue) = 172+177+85=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB155 is #534EAA. Grayscale: #A5A5A5. Windows color (decimal): -5459627 or 5616044. OLE color: 5616044.

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

Color convert

RGB17217785-
CMYK0.0300.520.31
HSL63.26º37.1%51.37%-
HSV(B)63.26º51.98%69.41%-
XYZ34.3840.8714.67-
YUV165.0282.84132.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 177 (69.53% from 255) = 40.78%
BLUE value IS 85 (33.59% from 255) = 19.59%
R=39.63%
G=40.78%
B=19.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172177850.0300.520.3163.2637.151.37
HexACB15530341F3f2533
Octal254261125306437774563
Binary1010110010110001101010111011010011111111111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB155; }

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

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

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

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

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

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

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

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