#A4B877

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

Shades of Olivine #A4B877

Tints of Olivine #A4B877

Color information

#A4B877 (or 0xA4B877) is unknown color: approx Olivine. HEX triplet: A4, B8 and 77. RGB value is (164,184,119). Sum of RGB (Red+Green+Blue) = 164+184+119=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B877 is #5B4788. Grayscale: #AAAAAA. Windows color (decimal): -5982089 or 7846052. OLE color: 7846052.

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

Color convert

RGB164184119-
CMYK0.1100.350.28
HSL78.46º31.4%59.41%-
HSV(B)78.46º35.33%72.16%-
XYZ35.7843.5123.96-
YUV170.6198.87123.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.12%
GREEN value IS 184 (72.27% from 255) = 39.40%
BLUE value IS 119 (46.88% from 255) = 25.48%
R=35.12%
G=39.40%
B=25.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641841190.1100.350.2878.4631.459.41
HexA4B877B0231C4e1f3b
Octal24427016713043341163773
Binary101001001011100011101111011010001111100100111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B877; }

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

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

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

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

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

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

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

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