#A4C66D

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

Shades of Olivine #A4C66D

Tints of Olivine #A4C66D

Color information

#A4C66D (or 0xA4C66D) is unknown color: approx Olivine. HEX triplet: A4, C6 and 6D. RGB value is (164,198,109). Sum of RGB (Red+Green+Blue) = 164+198+109=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 198 (77.73% from 255 or 42.04% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C66D is #5B3992. Grayscale: #B2B2B2. Windows color (decimal): -5978515 or 7194276. OLE color: 7194276.

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

Color convert

RGB164198109-
CMYK0.1700.450.22
HSL82.92º43.84%60.2%-
HSV(B)82.92º44.95%77.65%-
XYZ38.2649.3821.98-
YUV177.6989.24118.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.82%
GREEN value IS 198 (77.73% from 255) = 42.04%
BLUE value IS 109 (42.97% from 255) = 23.14%
R=34.82%
G=42.04%
B=23.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1641981090.1700.450.2282.9243.8460.2
HexA4C66D1102D16532c3c
Octal24430615521055261235474
Binary10100100110001101101101100010101101101101010011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C66D; }

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

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

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

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

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

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

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

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