Html Css Color HEX #A1B55D Green Smoke

📋 copy color: '#A1B55D'

red 161 ◦ green 181 ◦ blue 93

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

Shades of Green Smoke #A1B55D

Tints of Green Smoke #A1B55D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.38%

R = 37.01%
G = 41.61%
B = 21.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#A1B55D (or 0xA1B55D) is known color: Green Smoke. HEX triplet: A1, B5 and 5D. RGB value is (161,181,93). Sum of RGB (Red+Green+Blue) = 161+181+93=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B55D is #5E4AA2. Grayscale: #A5A5A5. Windows color (decimal): -6179491 or 6141345. OLE color: 6141345.

HSL color Cylindrical-coordinate representation of color #A1B55D: hue angle of 73.64º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1B55D is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 181 93 -
CMYK 0.11 0 0.49 0.29
HSL 73.64º 0.37% 0.54% -
HSV(B) 73.64º 0.49% 0.71% -
XYZ 33.2 41.42 16.6 -
YUV 164.99 87.37 125.16 -
System Red Green Blue C M Y K H S L
Decimal 161 181 93 0.11 0 0.49 0.29 73.64 0.37 0.54
Hex A1 B5 5D B 0 31 1D 4A 25 36
Octal 241 265 135 13 0 61 35 112 45 66
Binary 10100001 10110101 1011101 1011 0 110001 11101 1001010 100101 110110

Color Harmonies of #A1B55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B55D

Black with #A1B55D

Text Example


Text Example

White with #A1B55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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