#A4B86C

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

Shades of Olivine #A4B86C

Tints of Olivine #A4B86C

Color information

#A4B86C (or 0xA4B86C) is unknown color: approx Olivine. HEX triplet: A4, B8 and 6C. RGB value is (164,184,108). Sum of RGB (Red+Green+Blue) = 164+184+108=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B86C is #5B4793. Grayscale: #A9A9A9. Windows color (decimal): -5982100 or 7125156. OLE color: 7125156.

HSL color Cylindrical-coordinate representation of color #A4B86C: hue angle of 75.79º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A4B86C is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB164184108-
CMYK0.1100.410.28
HSL75.79º34.86%57.25%-
HSV(B)75.79º41.3%72.16%-
XYZ35.1643.2620.68-
YUV169.3693.37124.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.96%
GREEN value IS 184 (72.27% from 255) = 40.35%
BLUE value IS 108 (42.58% from 255) = 23.68%
R=35.96%
G=40.35%
B=23.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641841080.1100.410.2875.7934.8657.25
HexA4B86CB0291C4c2339
Octal24427015413051341144371
Binary1010010010111000110110010110101001111001001100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B86C; }

 p { color: rgb(164,184,108); }

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

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

 a { background-color: rgb(164,184,108); }

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

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

 span { border-color: rgb(164,184,108); }

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