#a1b55f

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

Shades of Green Smoke #A1B55F

Tints of Green Smoke #A1B55F

Color information

#A1B55F (or 0xA1B55F) is unknown color: approx Green Smoke. HEX triplet: A1, B5 and 5F. RGB value is (161,181,95). Sum of RGB (Red+Green+Blue) = 161+181+95=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B55F is #5E4AA0. Grayscale: #A5A5A5. Windows color (decimal): -6179489 or 6272417. OLE color: 6272417.

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

Color convert

RGB16118195-
CMYK0.1100.480.29
HSL73.95º36.75%54.12%-
HSV(B)73.95º47.51%70.98%-
XYZ33.2941.4517.07-
YUV165.2288.37124.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.84%
GREEN value IS 181 (71.09% from 255) = 41.42%
BLUE value IS 95 (37.5% from 255) = 21.74%
R=36.84%
G=41.42%
B=21.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161181950.1100.480.2973.9536.7554.12
HexA1B55FB0301D4a2536
Octal24126513713060351124566
Binary1010000110110101101111110110110000111011001010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1b55f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1b55f; }

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

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

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

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

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

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

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

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