#A3BE73

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

Shades of Olivine #A3BE73

Tints of Olivine #A3BE73

Color information

#A3BE73 (or 0xA3BE73) is unknown color: approx Olivine. HEX triplet: A3, BE and 73. RGB value is (163,190,115). Sum of RGB (Red+Green+Blue) = 163+190+115=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BE73 is #5C418C. Grayscale: #ADADAD. Windows color (decimal): -6046093 or 7585443. OLE color: 7585443.

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

Color convert

RGB163190115-
CMYK0.1400.390.25
HSL81.6º36.59%59.8%-
HSV(B)81.6º39.47%74.51%-
XYZ36.6145.8523.14-
YUV173.3895.05120.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.83%
GREEN value IS 190 (74.61% from 255) = 40.60%
BLUE value IS 115 (45.31% from 255) = 24.57%
R=34.83%
G=40.60%
B=24.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631901150.1400.390.2581.636.5959.8
HexA3BE73E0271952253c
Octal24327616316047311224574
Binary1010001110111110111001111100100111110011010010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BE73; }

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

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

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

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

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

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

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

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