#A8BA64

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

Shades of Green Smoke #A8BA64

Tints of Green Smoke #A8BA64

Color information

#A8BA64 (or 0xA8BA64) is unknown color: approx Green Smoke. HEX triplet: A8, BA and 64. RGB value is (168,186,100). Sum of RGB (Red+Green+Blue) = 168+186+100=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA64 is #57459B. Grayscale: #ABABAB. Windows color (decimal): -5719452 or 6601384. OLE color: 6601384.

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

Color convert

RGB168186100-
CMYK0.1000.460.27
HSL72.56º38.39%56.08%-
HSV(B)72.56º46.24%72.94%-
XYZ36.0144.3618.72-
YUV170.8188.04125.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.00%
GREEN value IS 186 (73.05% from 255) = 40.97%
BLUE value IS 100 (39.45% from 255) = 22.03%
R=37.00%
G=40.97%
B=22.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681861000.1000.460.2772.5638.3956.08
HexA8BA64A02E1B492638
Octal25027214412056331114670
Binary1010100010111010110010010100101110110111001001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BA64; }

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

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

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

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

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

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

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

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