#A0B581

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

Shades of Olivine #A0B581

Tints of Olivine #A0B581

Color information

#A0B581 (or 0xA0B581) is unknown color: approx Olivine. HEX triplet: A0, B5 and 81. RGB value is (160,181,129). Sum of RGB (Red+Green+Blue) = 160+181+129=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B581 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B581 is #5F4A7E. Grayscale: #A8A8A8. Windows color (decimal): -6244991 or 8500640. OLE color: 8500640.

HSL color Cylindrical-coordinate representation of color #A0B581: hue angle of 84.23º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0B581 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB160181129-
CMYK0.1200.290.29
HSL84.23º26%60.78%-
HSV(B)84.23º28.73%70.98%-
XYZ34.9842.1127.05-
YUV168.79105.54121.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.04%
GREEN value IS 181 (71.09% from 255) = 38.51%
BLUE value IS 129 (50.78% from 255) = 27.45%
R=34.04%
G=38.51%
B=27.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601811290.1200.290.2984.232660.78
HexA0B581C01D1D541a3d
Octal24026520114035351243275
Binary101000001011010110000001110001110111101101010011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B581; }

 p { color: rgb(160,181,129); }

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

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

 a { background-color: rgb(160,181,129); }

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

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

 span { border-color: rgb(160,181,129); }

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