#A8BA5F

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

Shades of Olive Green #A8BA5F

Tints of Olive Green #A8BA5F

Color information

#A8BA5F (or 0xA8BA5F) is unknown color: approx Olive Green. HEX triplet: A8, BA and 5F. RGB value is (168,186,95). Sum of RGB (Red+Green+Blue) = 168+186+95=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA5F is #5745A0. Grayscale: #AAAAAA. Windows color (decimal): -5719457 or 6273704. OLE color: 6273704.

HSL color Cylindrical-coordinate representation of color #A8BA5F: hue angle of 71.87º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8BA5F is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB16818695-
CMYK0.1000.490.27
HSL71.87º39.74%55.1%-
HSV(B)71.87º48.92%72.94%-
XYZ35.7744.2717.49-
YUV170.2485.54126.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.42%
GREEN value IS 186 (73.05% from 255) = 41.43%
BLUE value IS 95 (37.5% from 255) = 21.16%
R=37.42%
G=41.43%
B=21.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168186950.1000.490.2771.8739.7455.1
HexA8BA5FA0311B482837
Octal25027213712061331105067
Binary1010100010111010101111110100110001110111001000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BA5F; }

 p { color: rgb(168,186,95); }

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

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

 a { background-color: rgb(168,186,95); }

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

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

 span { border-color: rgb(168,186,95); }

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