#A2BA75

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

Shades of Olivine #A2BA75

Tints of Olivine #A2BA75

Color information

#A2BA75 (or 0xA2BA75) is unknown color: approx Olivine. HEX triplet: A2, BA and 75. RGB value is (162,186,117). Sum of RGB (Red+Green+Blue) = 162+186+117=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BA75 is #5D458A. Grayscale: #ABABAB. Windows color (decimal): -6112651 or 7715490. OLE color: 7715490.

HSL color Cylindrical-coordinate representation of color #A2BA75: hue angle of 80.87º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2BA75 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB162186117-
CMYK0.1300.370.27
HSL80.87º33.33%59.41%-
HSV(B)80.87º37.1%72.94%-
XYZ35.6744.0823.46-
YUV170.9697.55121.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.84%
GREEN value IS 186 (73.05% from 255) = 40%
BLUE value IS 117 (46.09% from 255) = 25.16%
R=34.84%
G=40%
B=25.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621861170.1300.370.2780.8733.3359.41
HexA2BA75D0251B51213b
Octal24227216515045331214173
Binary1010001010111010111010111010100101110111010001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BA75; }

 p { color: rgb(162,186,117); }

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

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

 a { background-color: rgb(162,186,117); }

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

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

 span { border-color: rgb(162,186,117); }

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