#A4C661

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

Shades of Olivine #A4C661

Tints of Olivine #A4C661

Color information

#A4C661 (or 0xA4C661) is unknown color: approx Olivine. HEX triplet: A4, C6 and 61. RGB value is (164,198,97). Sum of RGB (Red+Green+Blue) = 164+198+97=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 97 (38.28% from 255 or 21.13% from 459); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C661 is #5B399E. Grayscale: #B0B0B0. Windows color (decimal): -5978527 or 6407844. OLE color: 6407844.

HSL color Cylindrical-coordinate representation of color #A4C661: hue angle of 80.2º 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 #A4C661 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB16419897-
CMYK0.1700.510.22
HSL80.2º46.98%57.84%-
HSV(B)80.2º51.01%77.65%-
XYZ37.6649.1418.81-
YUV176.3283.24119.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.73%
GREEN value IS 198 (77.73% from 255) = 43.14%
BLUE value IS 97 (38.28% from 255) = 21.13%
R=35.73%
G=43.14%
B=21.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal164198970.1700.510.2280.246.9857.84
HexA4C6611103316502f3a
Octal24430614121063261205772
Binary10100100110001101100001100010110011101101010000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C661; }

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

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

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

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

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

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

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

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