Html Css Color HEX #A1B050 Green Smoke

📋 copy color: '#A1B050'

red 161 ◦ green 176 ◦ blue 80

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

Shades of Green Smoke #A1B050

Tints of Green Smoke #A1B050

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.21%

 BLUE value IS 80 (31.64% from 255) = 19.18%

R = 38.61%
G = 42.21%
B = 19.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#A1B050 (or 0xA1B050) is known color: Green Smoke. HEX triplet: A1, B0 and 50. RGB value is (161,176,80). Sum of RGB (Red+Green+Blue) = 161+176+80=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B050 is #5E4FAF. Grayscale: #A0A0A0. Windows color (decimal): -6180784 or 5288097. OLE color: 5288097.

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

Color convert

RGB 161 176 80 -
CMYK 0.09 0 0.55 0.31
HSL 69.38º 0.38% 0.5% -
HSV(B) 69.38º 0.55% 0.69% -
XYZ 31.67 39.21 13.49 -
YUV 160.57 82.53 128.31 -
System Red Green Blue C M Y K H S L
Decimal 161 176 80 0.09 0 0.55 0.31 69.38 0.38 0.5
Hex A1 B0 50 9 0 37 1F 45 26 32
Octal 241 260 120 11 0 67 37 105 46 62
Binary 10100001 10110000 1010000 1001 0 110111 11111 1000101 100110 110010

Color Harmonies of #A1B050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B050

Black with #A1B050

Text Example


Text Example

White with #A1B050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B050; }

 p { color: rgb(161,176,80); }

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

background-color css

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

 a { background-color: rgb(161,176,80); }

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

border-color css

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

 span { border-color: rgb(161,176,80); }

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