#A1B8B1

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

Shades of Shadow Green #A1B8B1

Tints of Shadow Green #A1B8B1

Color information

#A1B8B1 (or 0xA1B8B1) is unknown color: approx Shadow Green. HEX triplet: A1, B8 and B1. RGB value is (161,184,177). Sum of RGB (Red+Green+Blue) = 161+184+177=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B8B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B8B1 is #5E474E. Grayscale: #B0B0B0. Windows color (decimal): -6178639 or 11647137. OLE color: 11647137.

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

Color convert

RGB161184177-
CMYK0.1200.040.28
HSL161.74º13.94%67.65%-
HSV(B)161.74º12.5%72.16%-
XYZ39.7745.0348.19-
YUV176.32128.38117.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.84%
GREEN value IS 184 (72.27% from 255) = 35.25%
BLUE value IS 177 (69.53% from 255) = 33.91%
R=30.84%
G=35.25%
B=33.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611841770.1200.040.28161.7413.9467.65
HexA1B8B1C041Ca2e44
Octal24127026114043424216104
Binary10100001101110001011000111000100111001010001011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B8B1; }

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

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

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

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

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

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

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

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