Html Css Color HEX #A1B85E Green Smoke

📋 copy color: '#A1B85E'

red 161 ◦ green 184 ◦ blue 94

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

Shades of Green Smoke #A1B85E

Tints of Green Smoke #A1B85E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.91%

 BLUE value IS 94 (37.11% from 255) = 21.41%

R = 36.67%
G = 41.91%
B = 21.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#A1B85E (or 0xA1B85E) is known color: Green Smoke. HEX triplet: A1, B8 and 5E. RGB value is (161,184,94). Sum of RGB (Red+Green+Blue) = 161+184+94=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B85E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B85E is #5E47A1. Grayscale: #A7A7A7. Windows color (decimal): -6178722 or 6207649. OLE color: 6207649.

HSL color Cylindrical-coordinate representation of color #A1B85E: hue angle of 75.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1B85E is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 161 184 94 -
CMYK 0.12 0 0.49 0.28
HSL 75.33º 0.39% 0.55% -
HSV(B) 75.33º 0.49% 0.72% -
XYZ 33.86 42.67 17.04 -
YUV 166.86 86.88 123.82 -
System Red Green Blue C M Y K H S L
Decimal 161 184 94 0.12 0 0.49 0.28 75.33 0.39 0.55
Hex A1 B8 5E C 0 31 1C 4B 27 37
Octal 241 270 136 14 0 61 34 113 47 67
Binary 10100001 10111000 1011110 1100 0 110001 11100 1001011 100111 110111

Color Harmonies of #A1B85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B85E

Black with #A1B85E

Text Example


Text Example

White with #A1B85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B85E; }

 p { color: rgb(161,184,94); }

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

background-color css

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

 a { background-color: rgb(161,184,94); }

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

border-color css

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

 span { border-color: rgb(161,184,94); }

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