#A3B66D

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

Shades of Olivine #A3B66D

Tints of Olivine #A3B66D

Color information

#A3B66D (or 0xA3B66D) is unknown color: approx Olivine. HEX triplet: A3, B6 and 6D. RGB value is (163,182,109). Sum of RGB (Red+Green+Blue) = 163+182+109=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 182 - color contains mainly: green. Hex color #A3B66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B66D is #5C4992. Grayscale: #A8A8A8. Windows color (decimal): -6048147 or 7190179. OLE color: 7190179.

HSL color Cylindrical-coordinate representation of color #A3B66D: hue angle of 75.62º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3B66D is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB163182109-
CMYK0.1000.400.29
HSL75.62º33.33%57.06%-
HSV(B)75.62º40.11%71.37%-
XYZ34.5942.3520.82-
YUV16894.71124.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.90%
GREEN value IS 182 (71.48% from 255) = 40.09%
BLUE value IS 109 (42.97% from 255) = 24.01%
R=35.90%
G=40.09%
B=24.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631821090.1000.400.2975.6233.3357.06
HexA3B66DA0281D4c2139
Octal24326615512050351144171
Binary1010001110110110110110110100101000111011001100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B66D; }

 p { color: rgb(163,182,109); }

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

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

 a { background-color: rgb(163,182,109); }

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

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

 span { border-color: rgb(163,182,109); }

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