Html Css Color HEX #A1B761 Green Smoke

📋 copy color: '#A1B761'

red 161 ◦ green 183 ◦ blue 97

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

Shades of Green Smoke #A1B761

Tints of Green Smoke #A1B761

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.5%

 BLUE value IS 97 (38.28% from 255) = 22%

R = 36.51%
G = 41.5%
B = 22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#A1B761 (or 0xA1B761) is known color: Green Smoke. HEX triplet: A1, B7 and 61. RGB value is (161,183,97). Sum of RGB (Red+Green+Blue) = 161+183+97=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B761 is #5E489E. Grayscale: #A6A6A6. Windows color (decimal): -6178975 or 6404001. OLE color: 6404001.

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

Color convert

RGB 161 183 97 -
CMYK 0.12 0 0.47 0.28
HSL 75.35º 0.37% 0.55% -
HSV(B) 75.35º 0.47% 0.72% -
XYZ 33.79 42.31 17.69 -
YUV 166.62 88.71 123.99 -
System Red Green Blue C M Y K H S L
Decimal 161 183 97 0.12 0 0.47 0.28 75.35 0.37 0.55
Hex A1 B7 61 C 0 2F 1C 4B 25 37
Octal 241 267 141 14 0 57 34 113 45 67
Binary 10100001 10110111 1100001 1100 0 101111 11100 1001011 100101 110111

Color Harmonies of #A1B761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B761

Black with #A1B761

Text Example


Text Example

White with #A1B761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B761; }

 p { color: rgb(161,183,97); }

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

background-color css

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

 a { background-color: rgb(161,183,97); }

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

border-color css

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

 span { border-color: rgb(161,183,97); }

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