#A1B757

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

Shades of Green Smoke #A1B757

Tints of Green Smoke #A1B757

Color information

#A1B757 (or 0xA1B757) is unknown color: approx Green Smoke. HEX triplet: A1, B7 and 57. RGB value is (161,183,87). Sum of RGB (Red+Green+Blue) = 161+183+87=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 87 (34.38% from 255 or 20.19% from 431); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B757 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B757 is #5E48A8. Grayscale: #A5A5A5. Windows color (decimal): -6178985 or 5748641. OLE color: 5748641.

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

Color convert

RGB16118387-
CMYK0.1200.520.28
HSL73.75º40%52.94%-
HSV(B)73.75º52.46%71.76%-
XYZ33.3542.1315.39-
YUV165.4883.71124.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.35%
GREEN value IS 183 (71.88% from 255) = 42.46%
BLUE value IS 87 (34.38% from 255) = 20.19%
R=37.35%
G=42.46%
B=20.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal161183870.1200.520.2873.754052.94
HexA1B757C0341C4a2835
Octal24126712714064341125065
Binary1010000110110111101011111000110100111001001010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B757; }

 p { color: rgb(161,183,87); }

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

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

 a { background-color: rgb(161,183,87); }

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

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

 span { border-color: rgb(161,183,87); }

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