#A0B865

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

Shades of Olivine #A0B865

Tints of Olivine #A0B865

Color information

#A0B865 (or 0xA0B865) is unknown color: approx Olivine. HEX triplet: A0, B8 and 65. RGB value is (160,184,101). Sum of RGB (Red+Green+Blue) = 160+184+101=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B865 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B865 is #5F479A. Grayscale: #A7A7A7. Windows color (decimal): -6244251 or 6666400. OLE color: 6666400.

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

Color convert

RGB160184101-
CMYK0.1300.450.28
HSL77.35º36.89%55.88%-
HSV(B)77.35º45.11%72.16%-
XYZ33.9942.6918.76-
YUV167.3690.55122.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.96%
GREEN value IS 184 (72.27% from 255) = 41.35%
BLUE value IS 101 (39.84% from 255) = 22.70%
R=35.96%
G=41.35%
B=22.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601841010.1300.450.2877.3536.8955.88
HexA0B865D02D1C4d2538
Octal24027014515055341154570
Binary1010000010111000110010111010101101111001001101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B865; }

 p { color: rgb(160,184,101); }

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

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

 a { background-color: rgb(160,184,101); }

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

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

 span { border-color: rgb(160,184,101); }

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