#A8B66A

Color #A8B66A Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #A8B66A

Tints of Green Smoke #A8B66A

Color information

#A8B66A (or 0xA8B66A) is unknown color: approx Green Smoke. HEX triplet: A8, B6 and 6A. RGB value is (168,182,106). Sum of RGB (Red+Green+Blue) = 168+182+106=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B66A is #574995. Grayscale: #A9A9A9. Windows color (decimal): -5720470 or 6993576. OLE color: 6993576.

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

Color convert

RGB168182106-
CMYK0.0800.420.29
HSL71.05º34.23%56.47%-
HSV(B)71.05º41.76%71.37%-
XYZ35.4842.8220.03-
YUV169.1592.36127.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.84%
GREEN value IS 182 (71.48% from 255) = 39.91%
BLUE value IS 106 (41.80% from 255) = 23.25%
R=36.84%
G=39.91%
B=23.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681821060.0800.420.2971.0534.2356.47
HexA8B66A802A1D472238
Octal25026615210052351074270
Binary1010100010110110110101010000101010111011000111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B66A; }

 p { color: rgb(168,182,106); }

 H1.HeaderClassName
 {
   color: #A8B66A;
 }
 .AnyTagClassName
 {
   color: #A8B66A;
 }
</style>
background-color css

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

 a { background-color: rgb(168,182,106); }

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

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

 span { border-color: rgb(168,182,106); }

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