Html Css Color HEX #A1B55A Green Smoke

📋 copy color: '#A1B55A'

red 161 ◦ green 181 ◦ blue 90

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

Shades of Green Smoke #A1B55A

Tints of Green Smoke #A1B55A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.9%

 BLUE value IS 90 (35.55% from 255) = 20.83%

R = 37.27%
G = 41.9%
B = 20.83%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#A1B55A (or 0xA1B55A) is known color: Green Smoke. HEX triplet: A1, B5 and 5A. RGB value is (161,181,90). Sum of RGB (Red+Green+Blue) = 161+181+90=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B55A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B55A is #5E4AA5. Grayscale: #A4A4A4. Windows color (decimal): -6179494 or 5944737. OLE color: 5944737.

HSL color Cylindrical-coordinate representation of color #A1B55A: hue angle of 73.19º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1B55A is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 181 90 -
CMYK 0.11 0 0.50 0.29
HSL 73.19º 0.38% 0.53% -
HSV(B) 73.19º 0.5% 0.71% -
XYZ 33.07 41.36 15.91 -
YUV 164.65 85.87 125.4 -
System Red Green Blue C M Y K H S L
Decimal 161 181 90 0.11 0 0.50 0.29 73.19 0.38 0.53
Hex A1 B5 5A B 0 32 1D 49 26 35
Octal 241 265 132 13 0 62 35 111 46 65
Binary 10100001 10110101 1011010 1011 0 110010 11101 1001001 100110 110101

Color Harmonies of #A1B55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B55A

Black with #A1B55A

Text Example


Text Example

White with #A1B55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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