Html Css Color HEX #A6B46C Green Smoke

📋 copy color: '#A6B46C'

red 166 ◦ green 180 ◦ blue 108

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

Shades of Green Smoke #A6B46C

Tints of Green Smoke #A6B46C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.65%

 BLUE value IS 108 (42.58% from 255) = 23.79%

R = 36.56%
G = 39.65%
B = 23.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#A6B46C (or 0xA6B46C) is known color: Green Smoke. HEX triplet: A6, B4 and 6C. RGB value is (166,180,108). Sum of RGB (Red+Green+Blue) = 166+180+108=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B46C is #594B93. Grayscale: #A7A7A7. Windows color (decimal): -5852052 or 7124134. OLE color: 7124134.

HSL color Cylindrical-coordinate representation of color #A6B46C: hue angle of 71.67º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6B46C is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 180 108 -
CMYK 0.08 0 0.40 0.29
HSL 71.67º 0.32% 0.56% -
HSV(B) 71.67º 0.4% 0.71% -
XYZ 34.75 41.83 20.43 -
YUV 167.61 94.36 126.85 -
System Red Green Blue C M Y K H S L
Decimal 166 180 108 0.08 0 0.40 0.29 71.67 0.32 0.56
Hex A6 B4 6C 8 0 28 1D 48 20 38
Octal 246 264 154 10 0 50 35 110 40 70
Binary 10100110 10110100 1101100 1000 0 101000 11101 1001000 100000 111000

Color Harmonies of #A6B46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B46C

Black with #A6B46C

Text Example


Text Example

White with #A6B46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B46C; }

 p { color: rgb(166,180,108); }

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

background-color css

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

 a { background-color: rgb(166,180,108); }

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

border-color css

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

 span { border-color: rgb(166,180,108); }

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