#A4C66E

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

Shades of Olivine #A4C66E

Tints of Olivine #A4C66E

Color information

#A4C66E (or 0xA4C66E) is unknown color: approx Olivine. HEX triplet: A4, C6 and 6E. RGB value is (164,198,110). Sum of RGB (Red+Green+Blue) = 164+198+110=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C66E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C66E is #5B3991. Grayscale: #B2B2B2. Windows color (decimal): -5978514 or 7259812. OLE color: 7259812.

HSL color Cylindrical-coordinate representation of color #A4C66E: hue angle of 83.18º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A4C66E is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB164198110-
CMYK0.1700.440.22
HSL83.18º43.56%60.39%-
HSV(B)83.18º44.44%77.65%-
XYZ38.3249.4122.27-
YUV177.889.74118.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.75%
GREEN value IS 198 (77.73% from 255) = 41.95%
BLUE value IS 110 (43.36% from 255) = 23.31%
R=34.75%
G=41.95%
B=23.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1641981100.1700.440.2283.1843.5660.39
HexA4C66E1102C16532c3c
Octal24430615621054261235474
Binary10100100110001101101110100010101100101101010011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C66E; }

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

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

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

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

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

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

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

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