#A2B17C

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

Shades of Olivine #A2B17C

Tints of Olivine #A2B17C

Color information

#A2B17C (or 0xA2B17C) is unknown color: approx Olivine. HEX triplet: A2, B1 and 7C. RGB value is (162,177,124). Sum of RGB (Red+Green+Blue) = 162+177+124=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 177 - color contains mainly: green. Hex color #A2B17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B17C is #5D4E83. Grayscale: #A6A6A6. Windows color (decimal): -6114948 or 8171938. OLE color: 8171938.

HSL color Cylindrical-coordinate representation of color #A2B17C: hue angle of 76.98º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2B17C is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB162177124-
CMYK0.0800.300.31
HSL76.98º25.36%59.02%-
HSV(B)76.98º29.94%69.41%-
XYZ34.2640.5825.1-
YUV166.47104.03124.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.99%
GREEN value IS 177 (69.53% from 255) = 38.23%
BLUE value IS 124 (48.83% from 255) = 26.78%
R=34.99%
G=38.23%
B=26.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621771240.0800.300.3176.9825.3659.02
HexA2B17C801E1F4d193b
Octal24226117410036371153173
Binary10100010101100011111100100001111011111100110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B17C; }

 p { color: rgb(162,177,124); }

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

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

 a { background-color: rgb(162,177,124); }

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

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

 span { border-color: rgb(162,177,124); }

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