#A2B377

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

Shades of Olivine #A2B377

Tints of Olivine #A2B377

Color information

#A2B377 (or 0xA2B377) is unknown color: approx Olivine. HEX triplet: A2, B3 and 77. RGB value is (162,179,119). Sum of RGB (Red+Green+Blue) = 162+179+119=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B377 is #5D4C88. Grayscale: #A7A7A7. Windows color (decimal): -6114441 or 7844770. OLE color: 7844770.

HSL color Cylindrical-coordinate representation of color #A2B377: hue angle of 77º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2B377 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB162179119-
CMYK0.0900.340.30
HSL77º28.3%58.43%-
HSV(B)77º33.52%70.2%-
XYZ34.3541.2523.61-
YUV167.08100.87124.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.22%
GREEN value IS 179 (70.31% from 255) = 38.91%
BLUE value IS 119 (46.88% from 255) = 25.87%
R=35.22%
G=38.91%
B=25.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1621791190.0900.340.307728.358.43
HexA2B37790221E4d1c3a
Octal24226316711042361153472
Binary101000101011001111101111001010001011110100110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B377; }

 p { color: rgb(162,179,119); }

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

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

 a { background-color: rgb(162,179,119); }

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

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

 span { border-color: rgb(162,179,119); }

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