#A4B87A

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

Shades of Olivine #A4B87A

Tints of Olivine #A4B87A

Color information

#A4B87A (or 0xA4B87A) is unknown color: approx Olivine. HEX triplet: A4, B8 and 7A. RGB value is (164,184,122). Sum of RGB (Red+Green+Blue) = 164+184+122=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 184 (72.27% from 255 or 39.15% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B87A is #5B4785. Grayscale: #ABABAB. Windows color (decimal): -5982086 or 8042660. OLE color: 8042660.

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

Color convert

RGB164184122-
CMYK0.1100.340.28
HSL79.35º30.39%60%-
HSV(B)79.35º33.7%72.16%-
XYZ35.9643.5824.93-
YUV170.95100.37123.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.89%
GREEN value IS 184 (72.27% from 255) = 39.15%
BLUE value IS 122 (48.05% from 255) = 25.96%
R=34.89%
G=39.15%
B=25.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641841220.1100.340.2879.3530.3960
HexA4B87AB0221C4f1e3c
Octal24427017213042341173674
Binary101001001011100011110101011010001011100100111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B87A; }

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

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

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

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

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

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

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

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