Html Css Color HEX #A1B16B Green Smoke

📋 copy color: '#A1B16B'

red 161 ◦ green 177 ◦ blue 107

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

Shades of Green Smoke #A1B16B

Tints of Green Smoke #A1B16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.04%

R = 36.18%
G = 39.78%
B = 24.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#A1B16B (or 0xA1B16B) is known color: Green Smoke. HEX triplet: A1, B1 and 6B. RGB value is (161,177,107). Sum of RGB (Red+Green+Blue) = 161+177+107=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 177 (69.53% from 255 or 39.78% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B16B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B16B is #5E4E94. Grayscale: #A4A4A4. Windows color (decimal): -6180501 or 7057825. OLE color: 7057825.

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

Color convert

RGB 161 177 107 -
CMYK 0.09 0 0.40 0.31
HSL 73.71º 0.31% 0.56% -
HSV(B) 73.71º 0.4% 0.69% -
XYZ 33.07 40.08 19.9 -
YUV 164.24 95.7 125.69 -
System Red Green Blue C M Y K H S L
Decimal 161 177 107 0.09 0 0.40 0.31 73.71 0.31 0.56
Hex A1 B1 6B 9 0 28 1F 4A 1F 38
Octal 241 261 153 11 0 50 37 112 37 70
Binary 10100001 10110001 1101011 1001 0 101000 11111 1001010 11111 111000

Color Harmonies of #A1B16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B16B

Black with #A1B16B

Text Example


Text Example

White with #A1B16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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