#A1B874

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

Shades of Olivine #A1B874

Tints of Olivine #A1B874

Color information

#A1B874 (or 0xA1B874) is unknown color: approx Olivine. HEX triplet: A1, B8 and 74. RGB value is (161,184,116). Sum of RGB (Red+Green+Blue) = 161+184+116=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B874 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B874 is #5E478B. Grayscale: #A9A9A9. Windows color (decimal): -6178700 or 7649441. OLE color: 7649441.

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

Color convert

RGB161184116-
CMYK0.1200.370.28
HSL80.29º32.38%58.82%-
HSV(B)80.29º36.96%72.16%-
XYZ34.9943.1223-
YUV169.3797.88122.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.92%
GREEN value IS 184 (72.27% from 255) = 39.91%
BLUE value IS 116 (45.70% from 255) = 25.16%
R=34.92%
G=39.91%
B=25.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611841160.1200.370.2880.2932.3858.82
HexA1B874C0251C50203b
Octal24127016414045341204073
Binary1010000110111000111010011000100101111001010000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B874; }

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

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

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

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

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

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

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

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