#A2B47A

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

Shades of Olivine #A2B47A

Tints of Olivine #A2B47A

Color information

#A2B47A (or 0xA2B47A) is unknown color: approx Olivine. HEX triplet: A2, B4 and 7A. RGB value is (162,180,122). Sum of RGB (Red+Green+Blue) = 162+180+122=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B47A is #5D4B85. Grayscale: #A8A8A8. Windows color (decimal): -6114182 or 8041634. OLE color: 8041634.

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

Color convert

RGB162180122-
CMYK0.100.320.29
HSL78.62º27.88%59.22%-
HSV(B)78.62º32.22%70.59%-
XYZ34.7341.7324.64-
YUV168.01102.04123.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.91%
GREEN value IS 180 (70.70% from 255) = 38.79%
BLUE value IS 122 (48.05% from 255) = 26.29%
R=34.91%
G=38.79%
B=26.29%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621801220.100.320.2978.6227.8859.22
HexA2B47AA0201D4f1c3b
Octal24226417212040351173473
Binary101000101011010011110101010010000011101100111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B47A; }

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

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

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

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

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

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

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

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