#A4C465

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

Shades of Olivine #A4C465

Tints of Olivine #A4C465

Color information

#A4C465 (or 0xA4C465) is unknown color: approx Olivine. HEX triplet: A4, C4 and 65. RGB value is (164,196,101). Sum of RGB (Red+Green+Blue) = 164+196+101=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 196 (76.95% from 255 or 42.52% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 196 - color contains mainly: green. Hex color #A4C465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C465 is #5B3B9A. Grayscale: #AFAFAF. Windows color (decimal): -5979035 or 6669476. OLE color: 6669476.

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

Color convert

RGB164196101-
CMYK0.1600.480.23
HSL80.21º44.6%58.24%-
HSV(B)80.21º48.47%76.86%-
XYZ37.448.3119.67-
YUV175.685.9119.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 196 (76.95% from 255) = 42.52%
BLUE value IS 101 (39.84% from 255) = 21.91%
R=35.57%
G=42.52%
B=21.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1641961010.1600.480.2380.2144.658.24
HexA4C4651003017502d3a
Octal24430414520060271205572
Binary10100100110001001100101100000110000101111010000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C465; }

 p { color: rgb(164,196,101); }

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

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

 a { background-color: rgb(164,196,101); }

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

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

 span { border-color: rgb(164,196,101); }

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