#A3C86F

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

Shades of Olivine #A3C86F

Tints of Olivine #A3C86F

Color information

#A3C86F (or 0xA3C86F) is unknown color: approx Olivine. HEX triplet: A3, C8 and 6F. RGB value is (163,200,111). Sum of RGB (Red+Green+Blue) = 163+200+111=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 200 (78.52% from 255 or 42.19% from 474); Blue value is 111 (43.75% from 255 or 23.42% from 474); Max value from RGB is 200 - color contains mainly: green. Hex color #A3C86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C86F is #5C3790. Grayscale: #B3B3B3. Windows color (decimal): -6043537 or 7325859. OLE color: 7325859.

HSL color Cylindrical-coordinate representation of color #A3C86F: hue angle of 84.94º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3C86F is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB163200111-
CMYK0.1800.440.22
HSL84.94º44.72%60.98%-
HSV(B)84.94º44.5%78.43%-
XYZ38.6350.2422.7-
YUV178.7989.74116.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.39%
GREEN value IS 200 (78.52% from 255) = 42.19%
BLUE value IS 111 (43.75% from 255) = 23.42%
R=34.39%
G=42.19%
B=23.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1632001110.1800.440.2284.9444.7260.98
HexA3C86F1202C16552d3d
Octal24331015722054261255575
Binary10100011110010001101111100100101100101101010101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C86F; }

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

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

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

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

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

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

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

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