#a1b878

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

Shades of Olivine #A1B878

Tints of Olivine #A1B878

Color information

#A1B878 (or 0xA1B878) is unknown color: approx Olivine. HEX triplet: A1, B8 and 78. RGB value is (161,184,120). Sum of RGB (Red+Green+Blue) = 161+184+120=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B878 is #5E4787. Grayscale: #AAAAAA. Windows color (decimal): -6178696 or 7911585. OLE color: 7911585.

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

Color convert

RGB161184120-
CMYK0.1200.350.28
HSL81.56º31.07%59.61%-
HSV(B)81.56º34.78%72.16%-
XYZ35.2343.2124.25-
YUV169.8399.88121.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.62%
GREEN value IS 184 (72.27% from 255) = 39.57%
BLUE value IS 120 (47.27% from 255) = 25.81%
R=34.62%
G=39.57%
B=25.81%

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
Decimal1611841200.1200.350.2881.5631.0759.61
HexA1B878C0231C521f3c
Octal24127017014043341223774
Binary101000011011100011110001100010001111100101001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1b878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1b878; }

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

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

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

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

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

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

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

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