Html Css Color HEX #A6B961 Green Smoke

📋 copy color: '#A6B961'

red 166 ◦ green 185 ◦ blue 97

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

Shades of Green Smoke #A6B961

Tints of Green Smoke #A6B961

RGB

 RED value IS 166 (65.23% from 255) = 37.05%

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

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

R = 37.05%
G = 41.29%
B = 21.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#A6B961 (or 0xA6B961) is known color: Green Smoke. HEX triplet: A6, B9 and 61. RGB value is (166,185,97). Sum of RGB (Red+Green+Blue) = 166+185+97=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B961 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B961 is #59469E. Grayscale: #A9A9A9. Windows color (decimal): -5850783 or 6404518. OLE color: 6404518.

HSL color Cylindrical-coordinate representation of color #A6B961: hue angle of 72.95º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6B961 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 185 97 -
CMYK 0.10 0 0.48 0.27
HSL 72.95º 0.39% 0.55% -
HSV(B) 72.95º 0.48% 0.73% -
XYZ 35.23 43.67 17.88 -
YUV 169.29 87.21 125.66 -
System Red Green Blue C M Y K H S L
Decimal 166 185 97 0.10 0 0.48 0.27 72.95 0.39 0.55
Hex A6 B9 61 A 0 30 1B 49 27 37
Octal 246 271 141 12 0 60 33 111 47 67
Binary 10100110 10111001 1100001 1010 0 110000 11011 1001001 100111 110111

Color Harmonies of #A6B961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B961

Black with #A6B961

Text Example


Text Example

White with #A6B961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B961; }

 p { color: rgb(166,185,97); }

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

background-color css

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

 a { background-color: rgb(166,185,97); }

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

border-color css

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

 span { border-color: rgb(166,185,97); }

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