Html Css Color HEX #A1B95B Green Smoke

📋 copy color: '#A1B95B'

red 161 ◦ green 185 ◦ blue 91

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

Shades of Green Smoke #A1B95B

Tints of Green Smoke #A1B95B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.33%

 BLUE value IS 91 (35.94% from 255) = 20.82%

R = 36.84%
G = 42.33%
B = 20.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#A1B95B (or 0xA1B95B) is known color: Green Smoke. HEX triplet: A1, B9 and 5B. RGB value is (161,185,91). Sum of RGB (Red+Green+Blue) = 161+185+91=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 185 (72.66% from 255 or 42.33% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B95B is #5E46A4. Grayscale: #A7A7A7. Windows color (decimal): -6178469 or 6011297. OLE color: 6011297.

HSL color Cylindrical-coordinate representation of color #A1B95B: hue angle of 75.32º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1B95B is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 185 91 -
CMYK 0.13 0 0.51 0.27
HSL 75.32º 0.4% 0.54% -
HSV(B) 75.32º 0.51% 0.73% -
XYZ 33.94 43.03 16.41 -
YUV 167.11 85.05 123.64 -
System Red Green Blue C M Y K H S L
Decimal 161 185 91 0.13 0 0.51 0.27 75.32 0.4 0.54
Hex A1 B9 5B D 0 33 1B 4B 28 36
Octal 241 271 133 15 0 63 33 113 50 66
Binary 10100001 10111001 1011011 1101 0 110011 11011 1001011 101000 110110

Color Harmonies of #A1B95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B95B

Black with #A1B95B

Text Example


Text Example

White with #A1B95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B95B; }

 p { color: rgb(161,185,91); }

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

background-color css

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

 a { background-color: rgb(161,185,91); }

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

border-color css

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

 span { border-color: rgb(161,185,91); }

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