#A1BB58

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

Shades of Green Smoke #A1BB58

Tints of Green Smoke #A1BB58

Color information

#A1BB58 (or 0xA1BB58) is unknown color: approx Green Smoke. HEX triplet: A1, BB and 58. RGB value is (161,187,88). Sum of RGB (Red+Green+Blue) = 161+187+88=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 88 (34.77% from 255 or 20.18% from 436); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BB58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BB58 is #5E44A7. Grayscale: #A8A8A8. Windows color (decimal): -6177960 or 5815201. OLE color: 5815201.

HSL color Cylindrical-coordinate representation of color #A1BB58: hue angle of 75.76º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1BB58 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB16118788-
CMYK0.1400.530.27
HSL75.76º42.13%53.92%-
HSV(B)75.76º52.94%73.33%-
XYZ34.2343.8215.89-
YUV167.9482.89123.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.93%
GREEN value IS 187 (73.44% from 255) = 42.89%
BLUE value IS 88 (34.77% from 255) = 20.18%
R=36.93%
G=42.89%
B=20.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161187880.1400.530.2775.7642.1353.92
HexA1BB58E0351B4c2a36
Octal24127313016065331145266
Binary1010000110111011101100011100110101110111001100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BB58; }

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

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

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

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

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

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

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

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