#A0B56E

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

Shades of Olivine #A0B56E

Tints of Olivine #A0B56E

Color information

#A0B56E (or 0xA0B56E) is unknown color: approx Olivine. HEX triplet: A0, B5 and 6E. RGB value is (160,181,110). Sum of RGB (Red+Green+Blue) = 160+181+110=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 110 (43.36% from 255 or 24.39% from 451); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B56E is #5F4A91. Grayscale: #A6A6A6. Windows color (decimal): -6245010 or 7255456. OLE color: 7255456.

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

Color convert

RGB160181110-
CMYK0.1200.390.29
HSL77.75º32.42%57.06%-
HSV(B)77.75º39.23%70.98%-
XYZ33.8441.6521.01-
YUV166.6396.04123.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.48%
GREEN value IS 181 (71.09% from 255) = 40.13%
BLUE value IS 110 (43.36% from 255) = 24.39%
R=35.48%
G=40.13%
B=24.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601811100.1200.390.2977.7532.4257.06
HexA0B56EC0271D4e2039
Octal24026515614047351164071
Binary1010000010110101110111011000100111111011001110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B56E; }

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

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

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

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

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

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

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

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