#A3BE6C

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

Shades of Olivine #A3BE6C

Tints of Olivine #A3BE6C

Color information

#A3BE6C (or 0xA3BE6C) is unknown color: approx Olivine. HEX triplet: A3, BE and 6C. RGB value is (163,190,108). Sum of RGB (Red+Green+Blue) = 163+190+108=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BE6C is #5C4193. Grayscale: #ACACAC. Windows color (decimal): -6046100 or 7126691. OLE color: 7126691.

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

Color convert

RGB163190108-
CMYK0.1400.430.25
HSL79.76º38.68%58.43%-
HSV(B)79.76º43.16%74.51%-
XYZ36.2245.721.1-
YUV172.5891.55121.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.36%
GREEN value IS 190 (74.61% from 255) = 41.21%
BLUE value IS 108 (42.58% from 255) = 23.43%
R=35.36%
G=41.21%
B=23.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631901080.1400.430.2579.7638.6858.43
HexA3BE6CE02B1950273a
Octal24327615416053311204772
Binary1010001110111110110110011100101011110011010000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BE6C; }

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

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

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

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

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

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

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

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