#a8ba66

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

Shades of Green Smoke #A8BA66

Tints of Green Smoke #A8BA66

Color information

#A8BA66 (or 0xA8BA66) is unknown color: approx Green Smoke. HEX triplet: A8, BA and 66. RGB value is (168,186,102). Sum of RGB (Red+Green+Blue) = 168+186+102=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA66 is #574599. Grayscale: #ABABAB. Windows color (decimal): -5719450 or 6732456. OLE color: 6732456.

HSL color Cylindrical-coordinate representation of color #A8BA66: hue angle of 72.86º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8BA66 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB168186102-
CMYK0.1000.450.27
HSL72.86º37.84%56.47%-
HSV(B)72.86º45.16%72.94%-
XYZ36.1144.419.24-
YUV171.0489.04125.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.84%
GREEN value IS 186 (73.05% from 255) = 40.79%
BLUE value IS 102 (40.23% from 255) = 22.37%
R=36.84%
G=40.79%
B=22.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681861020.1000.450.2772.8637.8456.47
HexA8BA66A02D1B492638
Octal25027214612055331114670
Binary1010100010111010110011010100101101110111001001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8ba66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8ba66; }

 p { color: rgb(168,186,102); }

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

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

 a { background-color: rgb(168,186,102); }

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

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

 span { border-color: rgb(168,186,102); }

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