Html Css Color HEX #A1B157 Green Smoke

📋 copy color: '#A1B157'

red 161 ◦ green 177 ◦ blue 87

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

Shades of Green Smoke #A1B157

Tints of Green Smoke #A1B157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.47%

R = 37.88%
G = 41.65%
B = 20.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#A1B157 (or 0xA1B157) is known color: Green Smoke. HEX triplet: A1, B1 and 57. RGB value is (161,177,87). Sum of RGB (Red+Green+Blue) = 161+177+87=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 87 (34.38% from 255 or 20.47% from 425); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B157 is #5E4EA8. Grayscale: #A2A2A2. Windows color (decimal): -6180521 or 5747105. OLE color: 5747105.

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

Color convert

RGB 161 177 87 -
CMYK 0.09 0 0.51 0.31
HSL 70.67º 0.37% 0.52% -
HSV(B) 70.67º 0.51% 0.69% -
XYZ 32.14 39.71 14.99 -
YUV 161.96 85.7 127.32 -
System Red Green Blue C M Y K H S L
Decimal 161 177 87 0.09 0 0.51 0.31 70.67 0.37 0.52
Hex A1 B1 57 9 0 33 1F 47 25 34
Octal 241 261 127 11 0 63 37 107 45 64
Binary 10100001 10110001 1010111 1001 0 110011 11111 1000111 100101 110100

Color Harmonies of #A1B157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B157

Black with #A1B157

Text Example


Text Example

White with #A1B157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B157; }

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

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

background-color css

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

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

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

border-color css

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

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

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