Html Css Color HEX #A6B85E Green Smoke

📋 copy color: '#A6B85E'

red 166 ◦ green 184 ◦ blue 94

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

Shades of Green Smoke #A6B85E

Tints of Green Smoke #A6B85E

RGB

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

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

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

R = 37.39%
G = 41.44%
B = 21.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#A6B85E (or 0xA6B85E) is known color: Green Smoke. HEX triplet: A6, B8 and 5E. RGB value is (166,184,94). Sum of RGB (Red+Green+Blue) = 166+184+94=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B85E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B85E is #5947A1. Grayscale: #A8A8A8. Windows color (decimal): -5851042 or 6207654. OLE color: 6207654.

HSL color Cylindrical-coordinate representation of color #A6B85E: hue angle of 72º 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 #A6B85E is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 166 184 94 -
CMYK 0.10 0 0.49 0.28
HSL 72º 0.39% 0.55% -
HSV(B) 72º 0.49% 0.72% -
XYZ 34.89 43.2 17.09 -
YUV 168.36 86.04 126.32 -
System Red Green Blue C M Y K H S L
Decimal 166 184 94 0.10 0 0.49 0.28 72 0.39 0.55
Hex A6 B8 5E A 0 31 1C 48 27 37
Octal 246 270 136 12 0 61 34 110 47 67
Binary 10100110 10111000 1011110 1010 0 110001 11100 1001000 100111 110111

Color Harmonies of #A6B85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B85E

Black with #A6B85E

Text Example


Text Example

White with #A6B85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B85E; }

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

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

background-color css

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

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

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

border-color css

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

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

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