#A2B673

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

Shades of Olivine #A2B673

Tints of Olivine #A2B673

Color information

#A2B673 (or 0xA2B673) is unknown color: approx Olivine. HEX triplet: A2, B6 and 73. RGB value is (162,182,115). Sum of RGB (Red+Green+Blue) = 162+182+115=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B673 is #5D498C. Grayscale: #A8A8A8. Windows color (decimal): -6113677 or 7583394. OLE color: 7583394.

HSL color Cylindrical-coordinate representation of color #A2B673: hue angle of 77.91º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2B673 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB162182115-
CMYK0.1100.370.29
HSL77.91º31.46%58.24%-
HSV(B)77.91º36.81%71.37%-
XYZ34.7242.3822.57-
YUV168.3897.87123.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.29%
GREEN value IS 182 (71.48% from 255) = 39.65%
BLUE value IS 115 (45.31% from 255) = 25.05%
R=35.29%
G=39.65%
B=25.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621821150.1100.370.2977.9131.4658.24
HexA2B673B0251D4e1f3a
Octal24226616313045351163772
Binary101000101011011011100111011010010111101100111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B673; }

 p { color: rgb(162,182,115); }

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

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

 a { background-color: rgb(162,182,115); }

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

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

 span { border-color: rgb(162,182,115); }

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