#A3B66E

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

Shades of Olivine #A3B66E

Tints of Olivine #A3B66E

Color information

#A3B66E (or 0xA3B66E) is unknown color: approx Olivine. HEX triplet: A3, B6 and 6E. RGB value is (163,182,110). Sum of RGB (Red+Green+Blue) = 163+182+110=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 182 - color contains mainly: green. Hex color #A3B66E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B66E is #5C4991. Grayscale: #A8A8A8. Windows color (decimal): -6048146 or 7255715. OLE color: 7255715.

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

Color convert

RGB163182110-
CMYK0.1000.400.29
HSL75.83º33.03%57.25%-
HSV(B)75.83º39.56%71.37%-
XYZ34.6542.3721.1-
YUV168.1195.21124.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.82%
GREEN value IS 182 (71.48% from 255) = 40%
BLUE value IS 110 (43.36% from 255) = 24.18%
R=35.82%
G=40%
B=24.18%

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
Decimal1631821100.1000.400.2975.8333.0357.25
HexA3B66EA0281D4c2139
Octal24326615612050351144171
Binary1010001110110110110111010100101000111011001100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B66E; }

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

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

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

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

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

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

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

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