#A1BC7C

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

Shades of Olivine #A1BC7C

Tints of Olivine #A1BC7C

Color information

#A1BC7C (or 0xA1BC7C) is unknown color: approx Olivine. HEX triplet: A1, BC and 7C. RGB value is (161,188,124). Sum of RGB (Red+Green+Blue) = 161+188+124=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BC7C is #5E4383. Grayscale: #ACACAC. Windows color (decimal): -6177668 or 8174753. OLE color: 8174753.

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

Color convert

RGB161188124-
CMYK0.1400.340.26
HSL85.31º32.32%61.18%-
HSV(B)85.31º34.04%73.73%-
XYZ36.324525.84-
YUV172.63100.55119.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.04%
GREEN value IS 188 (73.83% from 255) = 39.75%
BLUE value IS 124 (48.83% from 255) = 26.22%
R=34.04%
G=39.75%
B=26.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611881240.1400.340.2685.3132.3261.18
HexA1BC7CE0221A55203d
Octal24127417416042321254075
Binary1010000110111100111110011100100010110101010101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BC7C; }

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

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

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

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

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

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

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

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