#A3BC6F

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

Shades of Olivine #A3BC6F

Tints of Olivine #A3BC6F

Color information

#A3BC6F (or 0xA3BC6F) is unknown color: approx Olivine. HEX triplet: A3, BC and 6F. RGB value is (163,188,111). Sum of RGB (Red+Green+Blue) = 163+188+111=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BC6F is #5C4390. Grayscale: #ACACAC. Windows color (decimal): -6046609 or 7322787. OLE color: 7322787.

HSL color Cylindrical-coordinate representation of color #A3BC6F: hue angle of 79.48º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A3BC6F is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB163188111-
CMYK0.1300.410.26
HSL79.48º36.49%58.63%-
HSV(B)79.48º40.96%73.73%-
XYZ35.9644.921.81-
YUV171.7593.72121.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.28%
GREEN value IS 188 (73.83% from 255) = 40.69%
BLUE value IS 111 (43.75% from 255) = 24.03%
R=35.28%
G=40.69%
B=24.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631881110.1300.410.2679.4836.4958.63
HexA3BC6FD0291A4f243b
Octal24327415715051321174473
Binary1010001110111100110111111010101001110101001111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BC6F; }

 p { color: rgb(163,188,111); }

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

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

 a { background-color: rgb(163,188,111); }

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

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

 span { border-color: rgb(163,188,111); }

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