#A1B877

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

Shades of Olivine #A1B877

Tints of Olivine #A1B877

Color information

#A1B877 (or 0xA1B877) is unknown color: approx Olivine. HEX triplet: A1, B8 and 77. RGB value is (161,184,119). Sum of RGB (Red+Green+Blue) = 161+184+119=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 119 (46.88% from 255 or 25.65% from 464); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B877 is #5E4788. Grayscale: #A9A9A9. Windows color (decimal): -6178697 or 7846049. OLE color: 7846049.

HSL color Cylindrical-coordinate representation of color #A1B877: hue angle of 81.23º 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 #A1B877 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB161184119-
CMYK0.1200.350.28
HSL81.23º31.4%59.41%-
HSV(B)81.23º35.33%72.16%-
XYZ35.1743.1923.94-
YUV169.7199.38121.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.70%
GREEN value IS 184 (72.27% from 255) = 39.66%
BLUE value IS 119 (46.88% from 255) = 25.65%
R=34.70%
G=39.66%
B=25.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611841190.1200.350.2881.2331.459.41
HexA1B877C0231C511f3b
Octal24127016714043341213773
Binary101000011011100011101111100010001111100101000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B877; }

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

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

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

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

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

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

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

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