#A2B277

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

Shades of Olivine #A2B277

Tints of Olivine #A2B277

Color information

#A2B277 (or 0xA2B277) is unknown color: approx Olivine. HEX triplet: A2, B2 and 77. RGB value is (162,178,119). Sum of RGB (Red+Green+Blue) = 162+178+119=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B277 is #5D4D88. Grayscale: #A6A6A6. Windows color (decimal): -6114697 or 7844514. OLE color: 7844514.

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

Color convert

RGB162178119-
CMYK0.0900.330.30
HSL76.27º27.7%58.24%-
HSV(B)76.27º33.15%69.8%-
XYZ34.1540.8523.54-
YUV166.49101.2124.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.29%
GREEN value IS 178 (69.92% from 255) = 38.78%
BLUE value IS 119 (46.88% from 255) = 25.93%
R=35.29%
G=38.78%
B=25.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1621781190.0900.330.3076.2727.758.24
HexA2B27790211E4c1c3a
Octal24226216711041361143472
Binary101000101011001011101111001010000111110100110011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B277; }

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

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

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

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

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

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

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

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