#A4C86F

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

Shades of Olivine #A4C86F

Tints of Olivine #A4C86F

Color information

#A4C86F (or 0xA4C86F) is unknown color: approx Olivine. HEX triplet: A4, C8 and 6F. RGB value is (164,200,111). Sum of RGB (Red+Green+Blue) = 164+200+111=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 200 (78.52% from 255 or 42.11% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 200 - color contains mainly: green. Hex color #A4C86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C86F is #5B3790. Grayscale: #B3B3B3. Windows color (decimal): -5978001 or 7325860. OLE color: 7325860.

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

Color convert

RGB164200111-
CMYK0.1800.440.22
HSL84.27º44.72%60.98%-
HSV(B)84.27º44.5%78.43%-
XYZ38.8350.3522.71-
YUV179.0989.57117.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.53%
GREEN value IS 200 (78.52% from 255) = 42.11%
BLUE value IS 111 (43.75% from 255) = 23.37%
R=34.53%
G=42.11%
B=23.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1642001110.1800.440.2284.2744.7260.98
HexA4C86F1202C16542d3d
Octal24431015722054261245575
Binary10100100110010001101111100100101100101101010100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C86F; }

 p { color: rgb(164,200,111); }

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

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

 a { background-color: rgb(164,200,111); }

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

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

 span { border-color: rgb(164,200,111); }

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