#A8B059

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

Shades of Olive Green #A8B059

Tints of Olive Green #A8B059

Color information

#A8B059 (or 0xA8B059) is unknown color: approx Olive Green. HEX triplet: A8, B0 and 59. RGB value is (168,176,89). Sum of RGB (Red+Green+Blue) = 168+176+89=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 89 (35.16% from 255 or 20.55% from 433); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B059 is #574FA6. Grayscale: #A4A4A4. Windows color (decimal): -5722023 or 5877928. OLE color: 5877928.

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

Color convert

RGB16817689-
CMYK0.0500.490.31
HSL65.52º35.51%51.96%-
HSV(B)65.52º49.43%69.02%-
XYZ33.4840.115.43-
YUV163.6985.85131.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.80%
GREEN value IS 176 (69.14% from 255) = 40.65%
BLUE value IS 89 (35.16% from 255) = 20.55%
R=38.80%
G=40.65%
B=20.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168176890.0500.490.3165.5235.5151.96
HexA8B05950311F422434
Octal2502601315061371024464
Binary101010001011000010110011010110001111111000010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B059; }

 p { color: rgb(168,176,89); }

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

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

 a { background-color: rgb(168,176,89); }

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

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

 span { border-color: rgb(168,176,89); }

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