#A1B150

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

Shades of Green Smoke #A1B150

Tints of Green Smoke #A1B150

Color information

#A1B150 (or 0xA1B150) is unknown color: approx Green Smoke. HEX triplet: A1, B1 and 50. RGB value is (161,177,80). Sum of RGB (Red+Green+Blue) = 161+177+80=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B150 is #5E4EAF. Grayscale: #A1A1A1. Windows color (decimal): -6180528 or 5288353. OLE color: 5288353.

HSL color Cylindrical-coordinate representation of color #A1B150: hue angle of 69.9º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1B150 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB16117780-
CMYK0.0900.550.31
HSL69.9º38.34%50.39%-
HSV(B)69.9º54.8%69.41%-
XYZ31.8739.613.55-
YUV161.1682.2127.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.52%
GREEN value IS 177 (69.53% from 255) = 42.34%
BLUE value IS 80 (31.64% from 255) = 19.14%
R=38.52%
G=42.34%
B=19.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161177800.0900.550.3169.938.3450.39
HexA1B15090371F462632
Octal24126112011067371064662
Binary1010000110110001101000010010110111111111000110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B150; }

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

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

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

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

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

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

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

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