#A8B457

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

Shades of Olive Green #A8B457

Tints of Olive Green #A8B457

Color information

#A8B457 (or 0xA8B457) is unknown color: approx Olive Green. HEX triplet: A8, B4 and 57. RGB value is (168,180,87). Sum of RGB (Red+Green+Blue) = 168+180+87=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 87 (34.38% from 255 or 20% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B457 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B457 is #574BA8. Grayscale: #A6A6A6. Windows color (decimal): -5721001 or 5747880. OLE color: 5747880.

HSL color Cylindrical-coordinate representation of color #A8B457: hue angle of 67.74º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8B457 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB16818087-
CMYK0.0700.520.29
HSL67.74º38.27%52.35%-
HSV(B)67.74º51.67%70.59%-
XYZ34.1941.6615.26-
YUV165.8183.52129.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.62%
GREEN value IS 180 (70.70% from 255) = 41.38%
BLUE value IS 87 (34.38% from 255) = 20%
R=38.62%
G=41.38%
B=20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168180870.0700.520.2967.7438.2752.35
HexA8B45770341D442634
Octal2502641277064351044664
Binary101010001011010010101111110110100111011000100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B457; }

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

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

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

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

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

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

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

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