#A4C461

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

Shades of Olivine #A4C461

Tints of Olivine #A4C461

Color information

#A4C461 (or 0xA4C461) is unknown color: approx Olivine. HEX triplet: A4, C4 and 61. RGB value is (164,196,97). Sum of RGB (Red+Green+Blue) = 164+196+97=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 196 (76.95% from 255 or 42.89% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 196 - color contains mainly: green. Hex color #A4C461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C461 is #5B3B9E. Grayscale: #AFAFAF. Windows color (decimal): -5979039 or 6407332. OLE color: 6407332.

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

Color convert

RGB16419697-
CMYK0.1600.510.23
HSL79.39º45.62%57.45%-
HSV(B)79.39º50.51%76.86%-
XYZ37.2148.2418.66-
YUV175.1583.9120.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.89%
GREEN value IS 196 (76.95% from 255) = 42.89%
BLUE value IS 97 (38.28% from 255) = 21.23%
R=35.89%
G=42.89%
B=21.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal164196970.1600.510.2379.3945.6257.45
HexA4C46110033174f2e39
Octal24430414120063271175671
Binary10100100110001001100001100000110011101111001111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C461; }

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

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

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

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

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

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

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

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