#A3C96D

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

Shades of Olivine #A3C96D

Tints of Olivine #A3C96D

Color information

#A3C96D (or 0xA3C96D) is unknown color: approx Olivine. HEX triplet: A3, C9 and 6D. RGB value is (163,201,109). Sum of RGB (Red+Green+Blue) = 163+201+109=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C96D is #5C3692. Grayscale: #B3B3B3. Windows color (decimal): -6043283 or 7195043. OLE color: 7195043.

HSL color Cylindrical-coordinate representation of color #A3C96D: hue angle of 84.78º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A3C96D is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB163201109-
CMYK0.1900.460.21
HSL84.78º46%60.78%-
HSV(B)84.78º45.77%78.82%-
XYZ38.7550.6622.2-
YUV179.1588.41116.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.46%
GREEN value IS 201 (78.91% from 255) = 42.49%
BLUE value IS 109 (42.97% from 255) = 23.04%
R=34.46%
G=42.49%
B=23.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1632011090.1900.460.2184.784660.78
HexA3C96D1302E15552e3d
Octal24331115523056251255675
Binary10100011110010011101101100110101110101011010101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C96D; }

 p { color: rgb(163,201,109); }

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

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

 a { background-color: rgb(163,201,109); }

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

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

 span { border-color: rgb(163,201,109); }

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