#A3BE5D

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

Shades of Olivine #A3BE5D

Tints of Olivine #A3BE5D

Color information

#A3BE5D (or 0xA3BE5D) is unknown color: approx Olivine. HEX triplet: A3, BE and 5D. RGB value is (163,190,93). Sum of RGB (Red+Green+Blue) = 163+190+93=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BE5D is #5C41A2. Grayscale: #ABABAB. Windows color (decimal): -6046115 or 6143651. OLE color: 6143651.

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

Color convert

RGB16319093-
CMYK0.1400.510.25
HSL76.7º42.73%55.49%-
HSV(B)76.7º51.05%74.51%-
XYZ35.4945.417.25-
YUV170.8784.05122.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.55%
GREEN value IS 190 (74.61% from 255) = 42.60%
BLUE value IS 93 (36.72% from 255) = 20.85%
R=36.55%
G=42.60%
B=20.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163190930.1400.510.2576.742.7355.49
HexA3BE5DE033194d2b37
Octal24327613516063311155367
Binary1010001110111110101110111100110011110011001101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BE5D; }

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

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

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

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

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

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

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

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