Html Css Color HEX #A6B962 Green Smoke

📋 copy color: '#A6B962'

red 166 ◦ green 185 ◦ blue 98

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

Shades of Green Smoke #A6B962

Tints of Green Smoke #A6B962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.83%

R = 36.97%
G = 41.2%
B = 21.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#A6B962 (or 0xA6B962) is known color: Green Smoke. HEX triplet: A6, B9 and 62. RGB value is (166,185,98). Sum of RGB (Red+Green+Blue) = 166+185+98=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 98 (38.67% from 255 or 21.83% from 449); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B962 is #59469D. Grayscale: #A9A9A9. Windows color (decimal): -5850782 or 6470054. OLE color: 6470054.

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

Color convert

RGB 166 185 98 -
CMYK 0.10 0 0.47 0.27
HSL 73.1º 0.38% 0.55% -
HSV(B) 73.1º 0.47% 0.73% -
XYZ 35.28 43.69 18.13 -
YUV 169.4 87.71 125.57 -
System Red Green Blue C M Y K H S L
Decimal 166 185 98 0.10 0 0.47 0.27 73.1 0.38 0.55
Hex A6 B9 62 A 0 2F 1B 49 26 37
Octal 246 271 142 12 0 57 33 111 46 67
Binary 10100110 10111001 1100010 1010 0 101111 11011 1001001 100110 110111

Color Harmonies of #A6B962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B962

Black with #A6B962

Text Example


Text Example

White with #A6B962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B962; }

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

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

background-color css

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

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

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

border-color css

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

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

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