#A3BE66

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

Shades of Olivine #A3BE66

Tints of Olivine #A3BE66

Color information

#A3BE66 (or 0xA3BE66) is unknown color: approx Olivine. HEX triplet: A3, BE and 66. RGB value is (163,190,102). Sum of RGB (Red+Green+Blue) = 163+190+102=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BE66 is #5C4199. Grayscale: #ACACAC. Windows color (decimal): -6046106 or 6733475. OLE color: 6733475.

HSL color Cylindrical-coordinate representation of color #A3BE66: hue angle of 78.41º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A3BE66 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB163190102-
CMYK0.1400.460.25
HSL78.41º40.37%57.25%-
HSV(B)78.41º46.32%74.51%-
XYZ35.9245.5719.47-
YUV171.988.55121.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.82%
GREEN value IS 190 (74.61% from 255) = 41.76%
BLUE value IS 102 (40.23% from 255) = 22.42%
R=35.82%
G=41.76%
B=22.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631901020.1400.460.2578.4140.3757.25
HexA3BE66E02E194e2839
Octal24327614616056311165071
Binary1010001110111110110011011100101110110011001110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BE66; }

 p { color: rgb(163,190,102); }

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

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

 a { background-color: rgb(163,190,102); }

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

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

 span { border-color: rgb(163,190,102); }

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