Html Css Color HEX #A6B465 Green Smoke

📋 copy color: '#A6B465'

red 166 ◦ green 180 ◦ blue 101

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

Shades of Green Smoke #A6B465

Tints of Green Smoke #A6B465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.6%

R = 37.14%
G = 40.27%
B = 22.6%

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

#A6B465 (or 0xA6B465) is known color: Green Smoke. HEX triplet: A6, B4 and 65. RGB value is (166,180,101). Sum of RGB (Red+Green+Blue) = 166+180+101=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B465 is #594B9A. Grayscale: #A7A7A7. Windows color (decimal): -5852059 or 6665382. OLE color: 6665382.

HSL color Cylindrical-coordinate representation of color #A6B465: hue angle of 70.63º degrees, saturation: 0.34, 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 #A6B465 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 180 101 -
CMYK 0.08 0 0.44 0.29
HSL 70.63º 0.34% 0.55% -
HSV(B) 70.63º 0.44% 0.71% -
XYZ 34.4 41.69 18.55 -
YUV 166.81 90.86 127.42 -
System Red Green Blue C M Y K H S L
Decimal 166 180 101 0.08 0 0.44 0.29 70.63 0.34 0.55
Hex A6 B4 65 8 0 2C 1D 47 22 37
Octal 246 264 145 10 0 54 35 107 42 67
Binary 10100110 10110100 1100101 1000 0 101100 11101 1000111 100010 110111

Color Harmonies of #A6B465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B465

Black with #A6B465

Text Example


Text Example

White with #A6B465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B465; }

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

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

background-color css

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

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

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

border-color css

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

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

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