#A0BA6C

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

Shades of Olivine #A0BA6C

Tints of Olivine #A0BA6C

Color information

#A0BA6C (or 0xA0BA6C) is unknown color: approx Olivine. HEX triplet: A0, BA and 6C. RGB value is (160,186,108). Sum of RGB (Red+Green+Blue) = 160+186+108=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BA6C is #5F4593. Grayscale: #A9A9A9. Windows color (decimal): -6243732 or 7125664. OLE color: 7125664.

HSL color Cylindrical-coordinate representation of color #A0BA6C: hue angle of 80º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0BA6C is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB160186108-
CMYK0.1400.420.27
HSL80º36.11%57.65%-
HSV(B)80º41.94%72.94%-
XYZ34.7643.6720.79-
YUV169.3393.39121.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.24%
GREEN value IS 186 (73.05% from 255) = 40.97%
BLUE value IS 108 (42.58% from 255) = 23.79%
R=35.24%
G=40.97%
B=23.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601861080.1400.420.278036.1157.65
HexA0BA6CE02A1B50243a
Octal24027215416052331204472
Binary1010000010111010110110011100101010110111010000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BA6C; }

 p { color: rgb(160,186,108); }

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

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

 a { background-color: rgb(160,186,108); }

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

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

 span { border-color: rgb(160,186,108); }

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