#A1B978

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

Shades of Olivine #A1B978

Tints of Olivine #A1B978

Color information

#A1B978 (or 0xA1B978) is unknown color: approx Olivine. HEX triplet: A1, B9 and 78. RGB value is (161,185,120). Sum of RGB (Red+Green+Blue) = 161+185+120=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B978 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B978 is #5E4687. Grayscale: #AAAAAA. Windows color (decimal): -6178440 or 7911841. OLE color: 7911841.

HSL color Cylindrical-coordinate representation of color #A1B978: hue angle of 82.15º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1B978 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB161185120-
CMYK0.1300.350.27
HSL82.15º31.71%59.8%-
HSV(B)82.15º35.14%72.55%-
XYZ35.4443.6324.32-
YUV170.4199.55121.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.55%
GREEN value IS 185 (72.66% from 255) = 39.70%
BLUE value IS 120 (47.27% from 255) = 25.75%
R=34.55%
G=39.70%
B=25.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611851200.1300.350.2782.1531.7159.8
HexA1B978D0231B52203c
Octal24127117015043331224074
Binary1010000110111001111100011010100011110111010010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B978; }

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

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

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

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

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

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

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

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