#A1BC75

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

Shades of Olivine #A1BC75

Tints of Olivine #A1BC75

Color information

#A1BC75 (or 0xA1BC75) is unknown color: approx Olivine. HEX triplet: A1, BC and 75. RGB value is (161,188,117). Sum of RGB (Red+Green+Blue) = 161+188+117=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BC75 is #5E438A. Grayscale: #ACACAC. Windows color (decimal): -6177675 or 7716001. OLE color: 7716001.

HSL color Cylindrical-coordinate representation of color #A1BC75: hue angle of 82.82º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1BC75 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB161188117-
CMYK0.1400.380.26
HSL82.82º34.63%59.8%-
HSV(B)82.82º37.77%73.73%-
XYZ35.8944.8323.59-
YUV171.8397.05120.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.55%
GREEN value IS 188 (73.83% from 255) = 40.34%
BLUE value IS 117 (46.09% from 255) = 25.11%
R=34.55%
G=40.34%
B=25.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611881170.1400.380.2682.8234.6359.8
HexA1BC75E0261A53233c
Octal24127416516046321234374
Binary1010000110111100111010111100100110110101010011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BC75; }

 p { color: rgb(161,188,117); }

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

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

 a { background-color: rgb(161,188,117); }

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

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

 span { border-color: rgb(161,188,117); }

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