#A3C661

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

Shades of Olivine #A3C661

Tints of Olivine #A3C661

Color information

#A3C661 (or 0xA3C661) is unknown color: approx Olivine. HEX triplet: A3, C6 and 61. RGB value is (163,198,97). Sum of RGB (Red+Green+Blue) = 163+198+97=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 198 - color contains mainly: green. Hex color #A3C661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C661 is #5C399E. Grayscale: #B0B0B0. Windows color (decimal): -6044063 or 6407843. OLE color: 6407843.

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

Color convert

RGB16319897-
CMYK0.1800.510.22
HSL80.79º46.98%57.84%-
HSV(B)80.79º51.01%77.65%-
XYZ37.4649.0418.8-
YUV176.0283.4118.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.59%
GREEN value IS 198 (77.73% from 255) = 43.23%
BLUE value IS 97 (38.28% from 255) = 21.18%
R=35.59%
G=43.23%
B=21.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal163198970.1800.510.2280.7946.9857.84
HexA3C6611203316512f3a
Octal24330614122063261215772
Binary10100011110001101100001100100110011101101010001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C661; }

 p { color: rgb(163,198,97); }

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

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

 a { background-color: rgb(163,198,97); }

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

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

 span { border-color: rgb(163,198,97); }

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