#A1B95A

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

Shades of Green Smoke #A1B95A

Tints of Green Smoke #A1B95A

Color information

#A1B95A (or 0xA1B95A) is unknown color: approx Green Smoke. HEX triplet: A1, B9 and 5A. RGB value is (161,185,90). Sum of RGB (Red+Green+Blue) = 161+185+90=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B95A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B95A is #5E46A5. Grayscale: #A7A7A7. Windows color (decimal): -6178470 or 5945761. OLE color: 5945761.

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

Color convert

RGB16118590-
CMYK0.1300.510.27
HSL75.16º40.43%53.92%-
HSV(B)75.16º51.35%72.55%-
XYZ33.8943.0116.19-
YUV166.9984.55123.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.93%
GREEN value IS 185 (72.66% from 255) = 42.43%
BLUE value IS 90 (35.55% from 255) = 20.64%
R=36.93%
G=42.43%
B=20.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161185900.1300.510.2775.1640.4353.92
HexA1B95AD0331B4b2836
Octal24127113215063331135066
Binary1010000110111001101101011010110011110111001011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B95A; }

 p { color: rgb(161,185,90); }

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

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

 a { background-color: rgb(161,185,90); }

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

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

 span { border-color: rgb(161,185,90); }

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