#A3B56E

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

Shades of Olivine #A3B56E

Tints of Olivine #A3B56E

Color information

#A3B56E (or 0xA3B56E) is unknown color: approx Olivine. HEX triplet: A3, B5 and 6E. RGB value is (163,181,110). Sum of RGB (Red+Green+Blue) = 163+181+110=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B56E is #5C4A91. Grayscale: #A7A7A7. Windows color (decimal): -6048402 or 7255459. OLE color: 7255459.

HSL color Cylindrical-coordinate representation of color #A3B56E: hue angle of 75.21º 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 #A3B56E is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB163181110-
CMYK0.1000.390.29
HSL75.21º32.42%57.06%-
HSV(B)75.21º39.23%70.98%-
XYZ34.4441.9621.04-
YUV167.5295.54124.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.90%
GREEN value IS 181 (71.09% from 255) = 39.87%
BLUE value IS 110 (43.36% from 255) = 24.23%
R=35.90%
G=39.87%
B=24.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631811100.1000.390.2975.2132.4257.06
HexA3B56EA0271D4b2039
Octal24326515612047351134071
Binary1010001110110101110111010100100111111011001011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B56E; }

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

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

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

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

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

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

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

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