#A2B46F

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

Shades of Olivine #A2B46F

Tints of Olivine #A2B46F

Color information

#A2B46F (or 0xA2B46F) is unknown color: approx Olivine. HEX triplet: A2, B4 and 6F. RGB value is (162,180,111). Sum of RGB (Red+Green+Blue) = 162+180+111=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B46F is #5D4B90. Grayscale: #A7A7A7. Windows color (decimal): -6114193 or 7320738. OLE color: 7320738.

HSL color Cylindrical-coordinate representation of color #A2B46F: hue angle of 75.65º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2B46F is Cyan = 0.1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB162180111-
CMYK0.100.380.29
HSL75.65º31.51%57.06%-
HSV(B)75.65º38.33%70.59%-
XYZ34.0941.4721.25-
YUV166.7596.54124.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.76%
GREEN value IS 180 (70.70% from 255) = 39.74%
BLUE value IS 111 (43.75% from 255) = 24.50%
R=35.76%
G=39.74%
B=24.50%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621801110.100.380.2975.6531.5157.06
HexA2B46FA0261D4c2039
Octal24226415712046351144071
Binary1010001010110100110111110100100110111011001100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B46F; }

 p { color: rgb(162,180,111); }

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

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

 a { background-color: rgb(162,180,111); }

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

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

 span { border-color: rgb(162,180,111); }

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