#A8B155

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

Shades of Olive Green #A8B155

Tints of Olive Green #A8B155

Color information

#A8B155 (or 0xA8B155) is unknown color: approx Olive Green. HEX triplet: A8, B1 and 55. RGB value is (168,177,85). Sum of RGB (Red+Green+Blue) = 168+177+85=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B155 is #574EAA. Grayscale: #A4A4A4. Windows color (decimal): -5721771 or 5616040. OLE color: 5616040.

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

Color convert

RGB16817785-
CMYK0.0500.520.31
HSL65.87º37.1%51.37%-
HSV(B)65.87º51.98%69.41%-
XYZ33.5140.4214.63-
YUV163.8283.52130.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.07%
GREEN value IS 177 (69.53% from 255) = 41.16%
BLUE value IS 85 (33.59% from 255) = 19.77%
R=39.07%
G=41.16%
B=19.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168177850.0500.520.3165.8737.151.37
HexA8B15550341F422533
Octal2502611255064371024563
Binary101010001011000110101011010110100111111000010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B155; }

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

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

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

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

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

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

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

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