#A0B966

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

Shades of Olivine #A0B966

Tints of Olivine #A0B966

Color information

#A0B966 (or 0xA0B966) is unknown color: approx Olivine. HEX triplet: A0, B9 and 66. RGB value is (160,185,102). Sum of RGB (Red+Green+Blue) = 160+185+102=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 102 (40.23% from 255 or 22.82% from 447); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B966 is #5F4699. Grayscale: #A8A8A8. Windows color (decimal): -6243994 or 6732192. OLE color: 6732192.

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

Color convert

RGB160185102-
CMYK0.1400.450.27
HSL78.07º37.22%56.27%-
HSV(B)78.07º44.86%72.55%-
XYZ34.2443.1319.09-
YUV168.0690.72122.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.79%
GREEN value IS 185 (72.66% from 255) = 41.39%
BLUE value IS 102 (40.23% from 255) = 22.82%
R=35.79%
G=41.39%
B=22.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601851020.1400.450.2778.0737.2256.27
HexA0B966E02D1B4e2538
Octal24027114616055331164570
Binary1010000010111001110011011100101101110111001110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B966; }

 p { color: rgb(160,185,102); }

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

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

 a { background-color: rgb(160,185,102); }

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

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

 span { border-color: rgb(160,185,102); }

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