#A3BE6B

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

Shades of Olivine #A3BE6B

Tints of Olivine #A3BE6B

Color information

#A3BE6B (or 0xA3BE6B) is unknown color: approx Olivine. HEX triplet: A3, BE and 6B. RGB value is (163,190,107). Sum of RGB (Red+Green+Blue) = 163+190+107=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BE6B is #5C4194. Grayscale: #ACACAC. Windows color (decimal): -6046101 or 7061155. OLE color: 7061155.

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

Color convert

RGB163190107-
CMYK0.1400.440.25
HSL79.52º38.97%58.24%-
HSV(B)79.52º43.68%74.51%-
XYZ36.1745.6720.82-
YUV172.4691.05121.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.43%
GREEN value IS 190 (74.61% from 255) = 41.30%
BLUE value IS 107 (42.19% from 255) = 23.26%
R=35.43%
G=41.30%
B=23.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631901070.1400.440.2579.5238.9758.24
HexA3BE6BE02C1950273a
Octal24327615316054311204772
Binary1010001110111110110101111100101100110011010000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BE6B; }

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

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

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

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

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

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

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

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