#A8A258

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

Shades of Olive Green #A8A258

Tints of Olive Green #A8A258

Color information

#A8A258 (or 0xA8A258) is unknown color: approx Olive Green. HEX triplet: A8, A2 and 58. RGB value is (168,162,88). Sum of RGB (Red+Green+Blue) = 168+162+88=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 88 (34.77% from 255 or 21.05% from 418); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A258 is #575DA7. Grayscale: #9B9B9B. Windows color (decimal): -5725608 or 5808808. OLE color: 5808808.

HSL color Cylindrical-coordinate representation of color #A8A258: hue angle of 55.5º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8A258 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB16816288-
CMYK00.040.480.34
HSL55.5º31.5%50.2%-
HSV(B)55.5º47.62%65.88%-
XYZ30.8334.8714.34-
YUV155.3689.99137.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.19%
GREEN value IS 162 (63.67% from 255) = 38.76%
BLUE value IS 88 (34.77% from 255) = 21.05%
R=40.19%
G=38.76%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681628800.040.480.3455.531.550.2
HexA8A258043022381f32
Octal250242130046042703762
Binary10101000101000101011000010011000010001011100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A258; }

 p { color: rgb(168,162,88); }

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

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

 a { background-color: rgb(168,162,88); }

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

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

 span { border-color: rgb(168,162,88); }

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