#A2B475

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

Shades of Olivine #A2B475

Tints of Olivine #A2B475

Color information

#A2B475 (or 0xA2B475) is unknown color: approx Olivine. HEX triplet: A2, B4 and 75. RGB value is (162,180,117). Sum of RGB (Red+Green+Blue) = 162+180+117=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B475 is #5D4B8A. Grayscale: #A7A7A7. Windows color (decimal): -6114187 or 7713954. OLE color: 7713954.

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

Color convert

RGB162180117-
CMYK0.100.350.29
HSL77.14º29.58%58.24%-
HSV(B)77.14º35%70.59%-
XYZ34.4341.6123.05-
YUV167.4499.54124.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.29%
GREEN value IS 180 (70.70% from 255) = 39.22%
BLUE value IS 117 (46.09% from 255) = 25.49%
R=35.29%
G=39.22%
B=25.49%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621801170.100.350.2977.1429.5858.24
HexA2B475A0231D4d1e3a
Octal24226416512043351153672
Binary101000101011010011101011010010001111101100110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B475; }

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

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

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

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

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

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

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

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