Html Css Color HEX #A6B464 Green Smoke

📋 copy color: '#A6B464'

red 166 ◦ green 180 ◦ blue 100

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

Shades of Green Smoke #A6B464

Tints of Green Smoke #A6B464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.42%

R = 37.22%
G = 40.36%
B = 22.42%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#A6B464 (or 0xA6B464) is known color: Green Smoke. HEX triplet: A6, B4 and 64. RGB value is (166,180,100). Sum of RGB (Red+Green+Blue) = 166+180+100=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 100 (39.45% from 255 or 22.42% from 446); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B464 is #594B9B. Grayscale: #A7A7A7. Windows color (decimal): -5852060 or 6599846. OLE color: 6599846.

HSL color Cylindrical-coordinate representation of color #A6B464: hue angle of 70.5º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6B464 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 180 100 -
CMYK 0.08 0 0.44 0.29
HSL 70.5º 0.35% 0.55% -
HSV(B) 70.5º 0.44% 0.71% -
XYZ 34.35 41.67 18.29 -
YUV 166.69 90.36 127.5 -
System Red Green Blue C M Y K H S L
Decimal 166 180 100 0.08 0 0.44 0.29 70.5 0.35 0.55
Hex A6 B4 64 8 0 2C 1D 46 23 37
Octal 246 264 144 10 0 54 35 106 43 67
Binary 10100110 10110100 1100100 1000 0 101100 11101 1000110 100011 110111

Color Harmonies of #A6B464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B464

Black with #A6B464

Text Example


Text Example

White with #A6B464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B464; }

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

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

background-color css

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

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

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

border-color css

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

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

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