#A4C66B

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

Shades of Olivine #A4C66B

Tints of Olivine #A4C66B

Color information

#A4C66B (or 0xA4C66B) is unknown color: approx Olivine. HEX triplet: A4, C6 and 6B. RGB value is (164,198,107). Sum of RGB (Red+Green+Blue) = 164+198+107=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C66B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C66B is #5B3994. Grayscale: #B1B1B1. Windows color (decimal): -5978517 or 7063204. OLE color: 7063204.

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

Color convert

RGB164198107-
CMYK0.1700.460.22
HSL82.42º44.39%59.8%-
HSV(B)82.42º45.96%77.65%-
XYZ38.1649.3421.42-
YUV177.4688.24118.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.97%
GREEN value IS 198 (77.73% from 255) = 42.22%
BLUE value IS 107 (42.19% from 255) = 22.81%
R=34.97%
G=42.22%
B=22.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1641981070.1700.460.2282.4244.3959.8
HexA4C66B1102E16522c3c
Octal24430615321056261225474
Binary10100100110001101101011100010101110101101010010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C66B; }

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

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

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

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

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

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

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

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