Html Css Color HEX #A6B963 Green Smoke

📋 copy color: '#A6B963'

red 166 ◦ green 185 ◦ blue 99

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

Shades of Green Smoke #A6B963

Tints of Green Smoke #A6B963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22%

R = 36.89%
G = 41.11%
B = 22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#A6B963 (or 0xA6B963) is known color: Green Smoke. HEX triplet: A6, B9 and 63. RGB value is (166,185,99). Sum of RGB (Red+Green+Blue) = 166+185+99=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B963 is #59469C. Grayscale: #A9A9A9. Windows color (decimal): -5850781 or 6535590. OLE color: 6535590.

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

Color convert

RGB 166 185 99 -
CMYK 0.10 0 0.46 0.27
HSL 73.26º 0.38% 0.56% -
HSV(B) 73.26º 0.46% 0.73% -
XYZ 35.33 43.71 18.38 -
YUV 169.52 88.21 125.49 -
System Red Green Blue C M Y K H S L
Decimal 166 185 99 0.10 0 0.46 0.27 73.26 0.38 0.56
Hex A6 B9 63 A 0 2E 1B 49 26 38
Octal 246 271 143 12 0 56 33 111 46 70
Binary 10100110 10111001 1100011 1010 0 101110 11011 1001001 100110 111000

Color Harmonies of #A6B963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B963

Black with #A6B963

Text Example


Text Example

White with #A6B963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B963; }

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

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

background-color css

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

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

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

border-color css

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

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

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