#A1B558

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

Shades of Green Smoke #A1B558

Tints of Green Smoke #A1B558

Color information

#A1B558 (or 0xA1B558) is unknown color: approx Green Smoke. HEX triplet: A1, B5 and 58. RGB value is (161,181,88). Sum of RGB (Red+Green+Blue) = 161+181+88=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 88 (34.77% from 255 or 20.47% from 430); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B558 is #5E4AA7. Grayscale: #A4A4A4. Windows color (decimal): -6179496 or 5813665. OLE color: 5813665.

HSL color Cylindrical-coordinate representation of color #A1B558: hue angle of 72.9º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1B558 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB16118188-
CMYK0.1100.510.29
HSL72.9º38.59%52.75%-
HSV(B)72.9º51.38%70.98%-
XYZ32.9841.3315.47-
YUV164.4284.87125.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.44%
GREEN value IS 181 (71.09% from 255) = 42.09%
BLUE value IS 88 (34.77% from 255) = 20.47%
R=37.44%
G=42.09%
B=20.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161181880.1100.510.2972.938.5952.75
HexA1B558B0331D492735
Octal24126513013063351114765
Binary1010000110110101101100010110110011111011001001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B558; }

 p { color: rgb(161,181,88); }

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

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

 a { background-color: rgb(161,181,88); }

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

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

 span { border-color: rgb(161,181,88); }

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