#A2C165

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

Shades of Olivine #A2C165

Tints of Olivine #A2C165

Color information

#A2C165 (or 0xA2C165) is unknown color: approx Olivine. HEX triplet: A2, C1 and 65. RGB value is (162,193,101). Sum of RGB (Red+Green+Blue) = 162+193+101=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C165 is #5D3E9A. Grayscale: #ADADAD. Windows color (decimal): -6110875 or 6668706. OLE color: 6668706.

HSL color Cylindrical-coordinate representation of color #A2C165: hue angle of 80.22º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2C165 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB162193101-
CMYK0.1600.480.24
HSL80.22º42.59%57.65%-
HSV(B)80.22º47.67%75.69%-
XYZ36.3246.7619.42-
YUV173.2487.23119.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.53%
GREEN value IS 193 (75.78% from 255) = 42.32%
BLUE value IS 101 (39.84% from 255) = 22.15%
R=35.53%
G=42.32%
B=22.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621931010.1600.480.2480.2242.5957.65
HexA2C1651003018502b3a
Octal24230114520060301205372
Binary10100010110000011100101100000110000110001010000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C165; }

 p { color: rgb(162,193,101); }

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

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

 a { background-color: rgb(162,193,101); }

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

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

 span { border-color: rgb(162,193,101); }

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