Html Css Color HEX #A1B160 Green Smoke

📋 copy color: '#A1B160'

red 161 ◦ green 177 ◦ blue 96

#A1B160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Smoke #A1B160

Tints of Green Smoke #A1B160

RGB

 RED value IS 161 (63.28% from 255) = 37.1%

 GREEN value IS 177 (69.53% from 255) = 40.78%

 BLUE value IS 96 (37.89% from 255) = 22.12%

R = 37.1%
G = 40.78%
B = 22.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#A1B160 (or 0xA1B160) is known color: Green Smoke. HEX triplet: A1, B1 and 60. RGB value is (161,177,96). Sum of RGB (Red+Green+Blue) = 161+177+96=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B160 is #5E4E9F. Grayscale: #A3A3A3. Windows color (decimal): -6180512 or 6336929. OLE color: 6336929.

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

Color convert

RGB 161 177 96 -
CMYK 0.09 0 0.46 0.31
HSL 71.85º 0.34% 0.54% -
HSV(B) 71.85º 0.46% 0.69% -
XYZ 32.53 39.87 17.05 -
YUV 162.98 90.2 126.59 -
System Red Green Blue C M Y K H S L
Decimal 161 177 96 0.09 0 0.46 0.31 71.85 0.34 0.54
Hex A1 B1 60 9 0 2E 1F 48 22 36
Octal 241 261 140 11 0 56 37 110 42 66
Binary 10100001 10110001 1100000 1001 0 101110 11111 1001000 100010 110110

Color Harmonies of #A1B160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B160

Black with #A1B160

Text Example


Text Example

White with #A1B160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B160; }

 p { color: rgb(161,177,96); }

 H1.HeaderClassName
 {
   color: #A1B160;
 }
 .AnyTagClassName
 {
   color: #A1B160;
 }
</style>

background-color css

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

 a { background-color: rgb(161,177,96); }

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

border-color css

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

 span { border-color: rgb(161,177,96); }

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