#A2B968

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

Shades of Olivine #A2B968

Tints of Olivine #A2B968

Color information

#A2B968 (or 0xA2B968) is unknown color: approx Olivine. HEX triplet: A2, B9 and 68. RGB value is (162,185,104). Sum of RGB (Red+Green+Blue) = 162+185+104=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B968 is #5D4697. Grayscale: #A9A9A9. Windows color (decimal): -6112920 or 6863266. OLE color: 6863266.

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

Color convert

RGB162185104-
CMYK0.1200.440.27
HSL77.04º36.65%56.67%-
HSV(B)77.04º43.78%72.55%-
XYZ34.7543.3819.64-
YUV168.8991.38123.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.92%
GREEN value IS 185 (72.66% from 255) = 41.02%
BLUE value IS 104 (41.02% from 255) = 23.06%
R=35.92%
G=41.02%
B=23.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621851040.1200.440.2777.0436.6556.67
HexA2B968C02C1B4d2539
Octal24227115014054331154571
Binary1010001010111001110100011000101100110111001101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B968; }

 p { color: rgb(162,185,104); }

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

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

 a { background-color: rgb(162,185,104); }

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

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

 span { border-color: rgb(162,185,104); }

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