#A3C967

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

Shades of Olivine #A3C967

Tints of Olivine #A3C967

Color information

#A3C967 (or 0xA3C967) is unknown color: approx Olivine. HEX triplet: A3, C9 and 67. RGB value is (163,201,103). Sum of RGB (Red+Green+Blue) = 163+201+103=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C967 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C967 is #5C3698. Grayscale: #B2B2B2. Windows color (decimal): -6043289 or 6801827. OLE color: 6801827.

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

Color convert

RGB163201103-
CMYK0.1900.490.21
HSL83.27º47.57%59.61%-
HSV(B)83.27º48.76%78.82%-
XYZ38.4450.5420.56-
YUV178.4785.41116.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.90%
GREEN value IS 201 (78.91% from 255) = 43.04%
BLUE value IS 103 (40.62% from 255) = 22.06%
R=34.90%
G=43.04%
B=22.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1632011030.1900.490.2183.2747.5759.61
HexA3C967130311553303c
Octal24331114723061251236074
Binary10100011110010011100111100110110001101011010011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C967; }

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

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

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

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

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

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

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

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