#A4C162

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

Shades of Olivine #A4C162

Tints of Olivine #A4C162

Color information

#A4C162 (or 0xA4C162) is unknown color: approx Olivine. HEX triplet: A4, C1 and 62. RGB value is (164,193,98). Sum of RGB (Red+Green+Blue) = 164+193+98=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C162 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C162 is #5B3E9D. Grayscale: #ADADAD. Windows color (decimal): -5979806 or 6472100. OLE color: 6472100.

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

Color convert

RGB16419398-
CMYK0.1500.490.24
HSL78.32º43.38%57.06%-
HSV(B)78.32º49.22%75.69%-
XYZ36.5846.9118.68-
YUV173.585.39121.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 193 (75.78% from 255) = 42.42%
BLUE value IS 98 (38.67% from 255) = 21.54%
R=36.04%
G=42.42%
B=21.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal164193980.1500.490.2478.3243.3857.06
HexA4C162F031184e2b39
Octal24430114217061301165371
Binary1010010011000001110001011110110001110001001110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C162; }

 p { color: rgb(164,193,98); }

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

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

 a { background-color: rgb(164,193,98); }

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

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

 span { border-color: rgb(164,193,98); }

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