#A2B572

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

Shades of Olivine #A2B572

Tints of Olivine #A2B572

Color information

#A2B572 (or 0xA2B572) is unknown color: approx Olivine. HEX triplet: A2, B5 and 72. RGB value is (162,181,114). Sum of RGB (Red+Green+Blue) = 162+181+114=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B572 is #5D4A8D. Grayscale: #A7A7A7. Windows color (decimal): -6113934 or 7517602. OLE color: 7517602.

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

Color convert

RGB162181114-
CMYK0.1000.370.29
HSL77.01º31.16%57.84%-
HSV(B)77.01º37.02%70.98%-
XYZ34.4641.9422.2-
YUV167.6897.71123.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.45%
GREEN value IS 181 (71.09% from 255) = 39.61%
BLUE value IS 114 (44.92% from 255) = 24.95%
R=35.45%
G=39.61%
B=24.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621811140.1000.370.2977.0131.1657.84
HexA2B572A0251D4d1f3a
Octal24226516212045351153772
Binary101000101011010111100101010010010111101100110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B572; }

 p { color: rgb(162,181,114); }

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

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

 a { background-color: rgb(162,181,114); }

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

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

 span { border-color: rgb(162,181,114); }

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