#A1B056

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

Shades of Green Smoke #A1B056

Tints of Green Smoke #A1B056

Color information

#A1B056 (or 0xA1B056) is unknown color: approx Green Smoke. HEX triplet: A1, B0 and 56. RGB value is (161,176,86). Sum of RGB (Red+Green+Blue) = 161+176+86=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B056 is #5E4FA9. Grayscale: #A1A1A1. Windows color (decimal): -6180778 or 5681313. OLE color: 5681313.

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

Color convert

RGB16117686-
CMYK0.0900.510.31
HSL70º36.29%51.37%-
HSV(B)70º51.14%69.02%-
XYZ31.939.314.71-
YUV161.2685.53127.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.06%
GREEN value IS 176 (69.14% from 255) = 41.61%
BLUE value IS 86 (33.98% from 255) = 20.33%
R=38.06%
G=41.61%
B=20.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161176860.0900.510.317036.2951.37
HexA1B05690331F462433
Octal24126012611063371064463
Binary1010000110110000101011010010110011111111000110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B056; }

 p { color: rgb(161,176,86); }

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

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

 a { background-color: rgb(161,176,86); }

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

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

 span { border-color: rgb(161,176,86); }

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