#A8B157

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

Shades of Olive Green #A8B157

Tints of Olive Green #A8B157

Color information

#A8B157 (or 0xA8B157) is unknown color: approx Olive Green. HEX triplet: A8, B1 and 57. RGB value is (168,177,87). Sum of RGB (Red+Green+Blue) = 168+177+87=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 87 (34.38% from 255 or 20.14% from 432); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B157 is #574EA8. Grayscale: #A4A4A4. Windows color (decimal): -5721769 or 5747112. OLE color: 5747112.

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

Color convert

RGB16817787-
CMYK0.0500.510.31
HSL66º36.59%51.76%-
HSV(B)66º50.85%69.41%-
XYZ33.5940.4615.06-
YUV164.0584.52130.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.89%
GREEN value IS 177 (69.53% from 255) = 40.97%
BLUE value IS 87 (34.38% from 255) = 20.14%
R=38.89%
G=40.97%
B=20.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168177870.0500.510.316636.5951.76
HexA8B15750331F422534
Octal2502611275063371024564
Binary101010001011000110101111010110011111111000010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B157; }

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

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

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

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

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

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

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

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